Files
kotlin-fork/compiler/testData/psi/recovery/qualifiedExpression/safeQualifiedExpressionWithSelector.kt
T
2015-03-26 23:11:50 +03:00

3 lines
76 B
Kotlin

fun test() {
MyClass.<warning descr="">Companion</warning>?.test?.test
}