view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 15787:a5abeb0a3fb0

simplify getInterfaces jtt test
author Lukas Stadler <lukas.stadler@oracle.com>
date Tue, 20 May 2014 15:16:04 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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