7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
|
|
// Error: Missing colon after field name
|
||
|
|
// This demonstrates the UnexpectedToken parse error
|
||
|
|
|
||
|
|
character Martha {
|
||
|
|
age 34
|
||
|
|
}
|