view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 17560:562643f42b65

Merge with jdk8u5-b13
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 12:04:20 +0200
parents afd6fa5e8229
children
line wrap: on
line source

function main() {  
  (1 > 2) || 4;  
}