1
0
forked from Mirror/wren
Files
wren/test/api/user_data.wren
Bob Nystrom 02bcefcbe4 Add test for user data.
Also moved the VM parameter in the error callback to be first like it
is in other callbacks.
2017-03-22 07:26:19 -07:00

6 lines
86 B
Plaintext

class UserData {
foreign static test
}
System.print(UserData.test) // expect: true