view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 17290:6f9285d71d62

Use Lamdas in ValuePositionTests.
author Josef Eisl <josef.eisl@jku.at>
date Mon, 29 Sep 2014 13:46:00 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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