FIR: Fix false positive INAPPLICABLE_INFIX_MODIFIER
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
interface IFoo {
|
||||
fun foo(i: Int): Int
|
||||
<!INAPPLICABLE_INFIX_MODIFIER!>infix fun bar(i: Int): Int<!>
|
||||
infix fun bar(i: Int): Int
|
||||
}
|
||||
|
||||
infix fun IFoo.foo(i: Int) = i
|
||||
infix fun IFoo.bar(i: Int) = i
|
||||
infix fun IFoo.bar(i: Int) = i
|
||||
|
||||
Reference in New Issue
Block a user