6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
|
{
|
||
|
test = 123;
|
||
|
test.field = 456; # This should be invalid. `test` is an int, not an object.
|
||
|
}
|
||
|
|