Generate a runtime error if a foreign method was not found.

This commit is contained in:
Bob Nystrom
2015-03-26 07:17:09 -07:00
parent 9c414b5da5
commit 322eea1af5
4 changed files with 28 additions and 2 deletions
@@ -0,0 +1,3 @@
class Foo {
static foreign method // expect error
}