mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
There's a lot of changes here and surely some rough edges to iron out. Also, I need to update the docs. But I want to get closer to landing this so I can build on it.
4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
class Foo {
|
|
foreign someUnknownMethod // expect runtime error: Could not find foreign method 'someUnknownMethod' for class Foo in module './test/language/foreign/unknown_method'.
|
|
}
|