FIR: fix Long primitive type JVM signature
This commit is contained in:
@@ -77,7 +77,7 @@ private val PRIMITIVE_TYPE_SIGNATURE: Map<String, String> = mapOf(
|
|||||||
"Char" to "C",
|
"Char" to "C",
|
||||||
"Short" to "S",
|
"Short" to "S",
|
||||||
"Int" to "I",
|
"Int" to "I",
|
||||||
"Long" to "L",
|
"Long" to "J",
|
||||||
"Float" to "F",
|
"Float" to "F",
|
||||||
"Double" to "D",
|
"Double" to "D",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user