view graal/com.oracle.truffle.sl.test/tests/error/TypeError06.sl @ 20925:cea0b7285190

Use correctly typed NULL constant in canonicalization of LoadMethodNode.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 14 Apr 2015 12:08:41 +0200
parents b16ec83edc73
children
line wrap: on
line source

function main() {
  defineFunction(3);
}