Minor: fix NPE in CallableMethod.toString for methods of primitive types
This commit is contained in:
@@ -79,5 +79,5 @@ class CallableMethod(
|
|||||||
invokeOpcode == INVOKESTATIC
|
invokeOpcode == INVOKESTATIC
|
||||||
|
|
||||||
override fun toString(): String =
|
override fun toString(): String =
|
||||||
"${Printer.OPCODES[invokeOpcode]} ${owner.internalName}.$signature"
|
"${Printer.OPCODES[invokeOpcode]} $owner.$signature"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user