Parse expressions on LHS of '::'
See https://github.com/Kotlin/KEEP/issues/5
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
fun tests() {
|
||||
a:: b
|
||||
a ::b
|
||||
a :: b
|
||||
|
||||
a?:: b
|
||||
a ?::b
|
||||
a ?:: b
|
||||
a? ::b
|
||||
a ? :: b
|
||||
a ? ? :: b
|
||||
}
|
||||
|
||||
fun breakLine() {
|
||||
a?
|
||||
::b
|
||||
}
|
||||
Reference in New Issue
Block a user