view graal/com.oracle.truffle.sl.test/tests/error/TypeError05.sl @ 20053:eea134855f85

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 27 Mar 2015 17:02:53 +0100
parents b16ec83edc73
children
line wrap: on
line source

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