view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 14907:7683ad455d81

mx: fix post processing of javadoc for jdk8
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 31 Mar 2014 20:28:34 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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