mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
4 lines
98 B
Kotlin
Vendored
4 lines
98 B
Kotlin
Vendored
// "Create extension function '\u00A0'" "true"
|
|
fun test() {
|
|
val t: Int = 1 <caret>`\u00A0` 2
|
|
} |