view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 18374:8971259db8ed

Eliminated the need for Signature.getParameterSlots()
author Christian Wimmer <christian.wimmer@oracle.com>
date Thu, 13 Nov 2014 15:41:22 -0800
parents afd6fa5e8229
children
line wrap: on
line source

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