summaryrefslogtreecommitdiff
path: root/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.fir.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.fir.kt')
-rw-r--r--plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.fir.kt9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.fir.kt b/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.fir.kt
deleted file mode 100644
index c18d0ee96b69..000000000000
--- a/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_typeParams.fir.kt
+++ /dev/null
@@ -1,9 +0,0 @@
-// FIR_COMPARISON
-fun test(p: Pair<Any, Any>) {
- if (p.first is List<*>) {
- p.first.siz<caret>
- }
-}
-
-// ELEMENT: length
-