KT-7271 Accessing an extension property of Char.Companion leads to ClassNotFoundException in runtime

#KT-7271 Fixed
This commit is contained in:
Nikolay Krasko
2015-04-04 00:12:59 +03:00
parent a77aae8789
commit 2946c1d6a8
6 changed files with 13 additions and 0 deletions
@@ -73,6 +73,12 @@ class CompanionObjectsExtensionsTest {
assertEquals(java.lang.Byte.MIN_VALUE, Byte.MIN_VALUE)
}
test fun charTest() {
val ch = Char
assertEquals(ch, Char)
}
test fun stringTest() {
val s = String