view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 15479:4f397be8f424

TruffleDSL: NodeCodeGenerator: remove always-true assertion
author Andreas Woess <andreas.woess@jku.at>
date Fri, 02 May 2014 17:07:44 +0200
parents afd6fa5e8229
children
line wrap: on
line source

function main() {  
  "4" && 4;  
}