[FIR] Add diagnostic CONFLICTING_OVERLOADS & REDECLARATION
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
class A {
|
||||
operator fun component1() = 1
|
||||
operator fun component1() = 1
|
||||
<!CONFLICTING_OVERLOADS!>operator fun component1() = 1<!>
|
||||
<!CONFLICTING_OVERLOADS!>operator fun component1() = 1<!>
|
||||
operator fun component2() = 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user