summaryrefslogtreecommitdiff
path: root/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.fir.kt
blob: c18d0ee96b6971f13a9859f0aaea8056c11ba1de (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.siz<caret>
    }
}

// ELEMENT: length