Files
kotlin-fork/compiler/testData/psi/DoubleColonWhitespaces.kt
T
2016-05-26 22:22:41 +03:00

18 lines
157 B
Kotlin
Vendored

fun tests() {
a:: b
a ::b
a :: b
a?:: b
a ?::b
a ?:: b
a? ::b
a ? :: b
a ? ? :: b
}
fun breakLine() {
a?
::b
}