fix parse ``
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
val ``: Int = 1
|
||||
|
||||
fun ``() {}
|
||||
|
||||
class `` {}
|
||||
|
||||
fun <``> f() {}
|
||||
|
||||
class Data(val x: Int, val y: Int)
|
||||
fun g() {
|
||||
for (`` in 1..10) {
|
||||
val (``, y) = Data(1, 2)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user