mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
4 lines
85 B
Kotlin
Vendored
4 lines
85 B
Kotlin
Vendored
// "Create parameter '!u00A0'" "true"
|
|
fun test() {
|
|
val t: Int = <caret>`!u00A0`
|
|
} |