forked from Mirror/wren
Also moved the VM parameter in the error callback to be first like it is in other callbacks.
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
class UserData {
|
|
foreign static test
|
|
}
|
|
|
|
System.print(UserData.test) // expect: true
|