view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 21026:931b0acc8d2e

Fixed incorrect definition of AbstractBeginNode#anchored and AbstractBeginNode#proxies utility methods.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 20 Apr 2015 14:19:17 +0200
parents afd6fa5e8229
children
line wrap: on
line source

function main() {  
  (1 > 2) || 4;  
}