summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/parameterInfo/functionCall/MixedNamedArguments2.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/parameterInfo/functionCall/MixedNamedArguments2.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/parameterInfo/functionCall/MixedNamedArguments2.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/kotlin/idea/tests/testData/parameterInfo/functionCall/MixedNamedArguments2.kt b/plugins/kotlin/idea/tests/testData/parameterInfo/functionCall/MixedNamedArguments2.kt
index 364e8432ecdc..0ce703d4ebea 100644
--- a/plugins/kotlin/idea/tests/testData/parameterInfo/functionCall/MixedNamedArguments2.kt
+++ b/plugins/kotlin/idea/tests/testData/parameterInfo/functionCall/MixedNamedArguments2.kt
@@ -1,4 +1,3 @@
-// IGNORE_FIR
// COMPILER_ARGUMENTS: -XXLanguage:-MixedNamedArgumentsInTheirOwnPosition
open class A(x: Int) {