view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 20167:6b119b6362de

more robust error handling
author Doug Simon <doug.simon@oracle.com>
date Sat, 04 Apr 2015 22:59:19 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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