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") |