view graal/com.oracle.truffle.sl.test/tests/error/TypeError05.sl @ 19564:bce524a45a18

Remove unused closure.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 23 Feb 2015 20:14:33 +0100
parents b16ec83edc73
children
line wrap: on
line source

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