view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 19094:258b3658845a

mx: Show annotation processor edges in projectgraph
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 28 Jan 2015 15:46:13 +0100
parents afd6fa5e8229
children
line wrap: on
line source

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