Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt
T
2018-09-18 11:50:37 +03:00

4 lines
81 B
Kotlin
Vendored

// "Create class 'A!u00A0'" "true"
fun test() {
val t = <caret>`A!u00A0`(1)
}