1
0
forked from Mirror/wren
Files
wren/test/method/name_too_long.wren
2013-12-06 20:09:43 -08:00

6 lines
115 B
Plaintext

class Foo {
thisIsAMethodNameThatExceedsTheMaximumNameLengthOf64CharactersBy1 { // expect error
"body"
}
}