Closed Xandaros closed 2 years ago
This is currently legal:
local record Test userdata a: integer b: string end local test: Test = {a = 5, b = "a"}
I think this should not be possible - there should be no way of creating a userdata record - you can only be given one by native code.
Implemented by @pigpigyyy in #460!
This is currently legal:
I think this should not be possible - there should be no way of creating a userdata record - you can only be given one by native code.