You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 118 here in ClassFile[1] there's a string literal "()V" which is the signature of the default constructor of the super class. There is a constant constructorSig in defaults.scala already for this purpose.
On line 118 here in ClassFile[1] there's a string literal
"()V"
which is the signature of the default constructor of the super class. There is a constantconstructorSig
in defaults.scala already for this purpose.1:
cafebabe/src/main/scala/cafebabe/ClassFile.scala
Line 118 in 47aa8c6
The text was updated successfully, but these errors were encountered: