Don't allow method names to overflow.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
thisIsAMethodNameThatExceedsTheMaximumNameLengthOf64CharactersBy1 { // expect error
|
||||
"body"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user