Don't allow method names to overflow.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
thisHasAMethodNameThatIsExactly64CharactersLongWhichIsTheMaximum {
|
||||
return "result"
|
||||
}
|
||||
}
|
||||
|
||||
io.write(Foo.new.thisHasAMethodNameThatIsExactly64CharactersLongWhichIsTheMaximum) // expect: result
|
||||
Reference in New Issue
Block a user