view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 18138:4c49f062d136

Truffle: corrected references to @SlowPath (now @TruffleBoundary).
author Danilo Ansaloni <danilo.ansaloni@oracle.com>
date Tue, 21 Oct 2014 11:23:37 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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