fix tests for quoted names
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
// "Create parameter '\u00A0'" "true"
|
||||
// "Create parameter '!u00A0'" "true"
|
||||
fun test() {
|
||||
val t: Int = <caret>`\u00A0`
|
||||
val t: Int = <caret>`!u00A0`
|
||||
}
|
||||
Reference in New Issue
Block a user