Create From Usage: Quote declaration name if it's not a valid identifier
#EA-70291 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Create class 'A\u00A0'" "true"
|
||||
fun test() {
|
||||
val t = `A\u00A0`(1)
|
||||
}
|
||||
|
||||
class `A\u00A0`(i: Int) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user