view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 19769:e773cc48d3e8

Truffle-DSL: make specialization types mergable with other specialization types.
author Christian Humer <christian.humer@gmail.com>
date Wed, 11 Mar 2015 11:30:20 +0100
parents afd6fa5e8229
children
line wrap: on
line source

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