Closed hachi8833 closed 7 years ago
class Foo def my_method # the comment causes panic 49 end end
class Foo # the comment is safe def my_method 49 # the comment is safe end # the comment is safe end #the comment is safe
Fixed, see https://github.com/goby-lang/goby/compare/01eec7ba1681...be4954caf9a4
Confirmed this bug has been fixed on the current master branch. Thank you very much!