85f85e85b4
#EA-70291 Fixed
5 lines
123 B
Kotlin
Vendored
5 lines
123 B
Kotlin
Vendored
// "Create property '\u00A0'" "true"
|
|
// ERROR: Property must be initialized
|
|
fun test() {
|
|
val t: Int = <caret>`\u00A0`
|
|
} |