summaryrefslogtreecommitdiff
path: root/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast.fir.kt
blob: 942c38e00d7b353a1d5cb7e75252f74e4c2a553f (plain)
1
2
3
4
5
6
7
8
9
// FIR_COMPARISON
fun test(p: Pair<Any, Any>) {
    if (p.first is String) {
        p.first.len<caret>
    }
}

// ELEMENT: length