ef5335ba99
#KT-34859 Fixed
6 lines
145 B
Kotlin
Vendored
6 lines
145 B
Kotlin
Vendored
// PROBLEM: none
|
|
// DISABLE-ERRORS
|
|
fun foo() {
|
|
val codePoint = "1D41E".toInt(16)
|
|
val t = java.lang.Character.<caret>toString(codePoint)
|
|
} |