forked from Mirror/wren
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
|
class UserData {
|
||
|
|
foreign static test
|
||
|
|
}
|
||
|
|
|
||
|
|
System.print(UserData.test) // expect: true
|