view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 20079:5b62fbf5f290

PartialEvaluator: method handle inlining now handled by HotSpotInvocationPlugins
author Andreas Woess <andreas.woess@oracle.com>
date Mon, 30 Mar 2015 14:26:46 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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