view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 18505:3356ea593672

Add missing null check in readConstantArrayElement
author Andreas Woess <andreas.woess@jku.at>
date Wed, 26 Nov 2014 00:53:50 +0100
parents afd6fa5e8229
children
line wrap: on
line source

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