view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 16914:826c172a048f

SL: fixed merge problem.
author Christian Humer <christian.humer@gmail.com>
date Sat, 23 Aug 2014 19:31:36 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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