summaryrefslogtreecommitdiff
path: root/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.kt.after
blob: fc8dcf576e224f87070a78007c688128ffe3243f (plain)
1
2
3
4
5
6
7
8
9
// FIR_COMPARISON
fun test(p: Pair<Any, Any>) {
    if (p.first is List<*>) {
        p.first.size<caret>
    }
}

// ELEMENT: length