view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 16920:77981382473e

fixed eclipseformat issue
author Doug Simon <doug.simon@oracle.com>
date Mon, 25 Aug 2014 14:43:43 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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