summaryrefslogtreecommitdiff
path: root/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_notDenotable.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_notDenotable.kt')
-rw-r--r--plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_notDenotable.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_notDenotable.kt b/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_notDenotable.kt
index 90ffdb7fa231..f2d0fe2c34dd 100644
--- a/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_notDenotable.kt
+++ b/plugins/kotlin/completion/tests/testData/handlers/basic/UnstableSmartCast_notDenotable.kt
@@ -1,3 +1,4 @@
+// FIR_IDENTICAL
// FIR_COMPARISON
fun test(p: Pair<Any, Any>) {
if (p.first is String && p.first is Int) {