Don't allow method names to overflow.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Don't want to actually execute it.
|
||||
if (false) {
|
||||
0.thisIsAMethodNameThatExceedsTheMaximumNameLengthOf64CharactersBy1 // expect error
|
||||
}
|
||||
Reference in New Issue
Block a user