view graal/com.oracle.truffle.sl.test/tests/error/TypeError01.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 b16ec83edc73
children
line wrap: on
line source

function main() {  
  3 - "4";  
}