Parse expressions on LHS of '::'
See https://github.com/Kotlin/KEEP/issues/5
This commit is contained in:
@@ -21,10 +21,6 @@ fun f4() {
|
||||
val a1 = 12val b1 = 12
|
||||
}
|
||||
|
||||
fun f5() {
|
||||
a::b.c::d
|
||||
}
|
||||
|
||||
fun f6() {
|
||||
3 + 4 33 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user