Files
wren/test/api/new_vm.wren
2016-03-03 14:31:47 -08:00

7 lines
129 B
Plaintext

class VM {
foreign static nullConfig()
}
// TODO: Other configuration settings.
System.print(VM.nullConfig()) // expect: true