mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
Minor: fix NPE in CallableMethod.toString for methods of primitive types
This commit is contained in:
@@ -79,5 +79,5 @@ class CallableMethod(
|
||||
invokeOpcode == INVOKESTATIC
|
||||
|
||||
override fun toString(): String =
|
||||
"${Printer.OPCODES[invokeOpcode]} ${owner.internalName}.$signature"
|
||||
"${Printer.OPCODES[invokeOpcode]} $owner.$signature"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user