Skip to content

Should not the string literal "()V" be a reference to constructorSig? #18

@kqr

Description

@kqr

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.

1:

mh.codeHandler << InvokeSpecial(superClassName, constructorName, "()V")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions