view graal/com.oracle.truffle.sl.test/tests/error/TypeError05.sl @ 14031:390c4b742890

made com.oracle.graal.asm.Buffer non-public and a private field in AbstractAssembler
author twisti
date Thu, 27 Feb 2014 11:33:17 -0800
parents b16ec83edc73
children
line wrap: on
line source

function main() {
  f = 1 < 2;
  f();  
}