KT-7271 Accessing an extension property of Char.Companion leads to ClassNotFoundException in runtime
#KT-7271 Fixed
This commit is contained in:
@@ -25,6 +25,7 @@ fun testCompanionObjectAccess() {
|
||||
val l = Long
|
||||
val sh = Short
|
||||
val b = Byte
|
||||
val ch = Char
|
||||
val st = String
|
||||
val en = Enum
|
||||
}
|
||||
@@ -36,6 +37,7 @@ fun testInCall() {
|
||||
test(Long)
|
||||
test(Short)
|
||||
test(Byte)
|
||||
test(Char)
|
||||
test(String)
|
||||
test(Enum)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user