view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 15316:9363fffa8b07

Merge.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 23 Apr 2014 15:48:38 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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