Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt
T
2015-10-14 16:57:00 +03:00

4 lines
81 B
Kotlin
Vendored

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