Get Meta working with foreign methods.

This commit is contained in:
Bob Nystrom
2015-03-25 20:20:26 -07:00
parent 8dcd336638
commit 9c414b5da5
5 changed files with 40 additions and 13 deletions
+3 -1
View File
@@ -1 +1,3 @@
class Meta {}
class Meta {
foreign static eval(source)
}