Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/quotedName.kt
T
2015-08-19 23:30:07 +03:00

5 lines
123 B
Kotlin
Vendored

// "Create property '\u00A0'" "true"
// ERROR: Property must be initialized
fun test() {
val t: Int = <caret>`\u00A0`
}