FIR checker: introduce DECLARATION_SIGNATURE_OR_DEFAULT positioning strategy
and fix CONFLICTING_OVERLOADS to use it
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2e4daee1d4
commit
f1d8a6e5d1
Vendored
+4
-4
@@ -5,11 +5,11 @@ interface A {
|
||||
}
|
||||
|
||||
interface B : A {
|
||||
<!CONFLICTING_OVERLOADS!>suspend override fun foo() {
|
||||
<!CONFLICTING_OVERLOADS!>suspend override fun foo()<!> {
|
||||
|
||||
}<!>
|
||||
}
|
||||
|
||||
<!CONFLICTING_OVERLOADS!>override fun foo() {
|
||||
<!CONFLICTING_OVERLOADS!>override fun foo()<!> {
|
||||
|
||||
}<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user