annotate graal/com.oracle.truffle.sl.test/tests/error/TypeError02.sl @ 20079:5b62fbf5f290

PartialEvaluator: method handle inlining now handled by HotSpotInvocationPlugins
author Andreas Woess <andreas.woess@oracle.com>
date Mon, 30 Mar 2015 14:26:46 +0200
parents b16ec83edc73
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13821
b16ec83edc73 Documentation and more refactoring of Simple Language
Christian Wimmer <christian.wimmer@oracle.com>
parents:
diff changeset
1 function main() {
b16ec83edc73 Documentation and more refactoring of Simple Language
Christian Wimmer <christian.wimmer@oracle.com>
parents:
diff changeset
2 if ("4") { }
b16ec83edc73 Documentation and more refactoring of Simple Language
Christian Wimmer <christian.wimmer@oracle.com>
parents:
diff changeset
3 }