view graal/com.oracle.truffle.sl.test/tests/error/TypeError06.sl @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents b16ec83edc73
children
line wrap: on
line source

function main() {
  defineFunction(3);
}