Fix for KT-14868: CCE in runtime while converting Number to Char
#KT-14868 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
fun box(): String {
|
||||
val x: Number = 75
|
||||
|
||||
return "O" + x.toChar()
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class Kt14868Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user