KT-7922 Added Boolean Companion Object

This commit is contained in:
Kerooker
2018-07-11 11:17:27 -03:00
committed by Ilya Gorbunov
parent cd0906a357
commit af5f78076c
10 changed files with 26 additions and 11 deletions
@@ -63,7 +63,7 @@ object ClassMapperLite {
add("reflect/KFunction$i", "kotlin/reflect/KFunction")
}
for (klass in listOf("Char", "Byte", "Short", "Int", "Float", "Long", "Double", "String", "Enum")) {
for (klass in listOf("Char", "Byte", "Short", "Int", "Float", "Long", "Double", "String", "Enum", "Boolean")) {
add("$klass.Companion", "kotlin/jvm/internal/${klass}CompanionObject")
}
}