Files
kotlin-fork/compiler/testData/psi/PropertyInvokes.kt
T
2016-11-17 22:58:40 +03:00

7 lines
79 B
Kotlin
Vendored

fun foo() {
1._some
1.__some
1_1._some
1._1some
1._1_some
}