[FIR] Report INAPPLICABLE_INFIX_MODIFIER on vararg parameter, position INAPPLICABLE_INFIX_MODIFIER on infix keyword

#KT-59974
This commit is contained in:
Evgeniy.Zhelenskiy
2023-10-25 03:56:41 +02:00
committed by Space Team
parent aebbdeaf92
commit a77349edb4
13 changed files with 38 additions and 276 deletions
+1
View File
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
class Pair<out A, out B>(val first: A, val second: B)
class Example {