[IDEA-TESTS] Update quickfix test parameters for 1.4

Tests check language feature `ProhibitVarargAsArrayAfterSamArgument`
This commit is contained in:
Pavel Kirpichenkov
2020-02-17 16:31:21 +03:00
parent fdf4f477a6
commit 2ead2fba08
3 changed files with 4 additions and 3 deletions
@@ -6,7 +6,7 @@
// ACTION: Introduce local variable
// ACTION: Put arguments on separate lines
// ERROR: Type mismatch: inferred type is Array<???> but String! was expected
// COMPILER_ARGUMENTS: -XXLanguage:+NewInference -XXLanguage:+SamConversionForKotlinFunctions -XXLanguage:+SamConversionPerArgument -XXLanguage:+ProhibitVarargAsArrayAfterSamArgument
// COMPILER_ARGUMENTS: -XXLanguage:+ProhibitVarargAsArrayAfterSamArgument
// WITH_RUNTIME
fun main() {