FIR: fix Long primitive type JVM signature

This commit is contained in:
Ilya Kirillov
2020-04-21 15:18:27 +03:00
parent f9ebce331c
commit 9b943e3a5a
@@ -77,7 +77,7 @@ private val PRIMITIVE_TYPE_SIGNATURE: Map<String, String> = mapOf(
"Char" to "C",
"Short" to "S",
"Int" to "I",
"Long" to "L",
"Long" to "J",
"Float" to "F",
"Double" to "D",
)