view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 18956:7ce65ad21684

Fix unused import.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 26 Jan 2015 23:31:20 +0100
parents afd6fa5e8229
children
line wrap: on
line source

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