FIR: look for conflicting declarations more precisely
This commit is contained in:
committed by
teamcity
parent
3092a84b6b
commit
4737bb07df
+2
-2
@@ -7,10 +7,10 @@ class A(x: String = "", y: String = "") {
|
||||
}
|
||||
|
||||
class B {
|
||||
constructor(x: Int)
|
||||
<!CONFLICTING_OVERLOADS!>constructor(x: Int)<!>
|
||||
}
|
||||
|
||||
fun B(x: Int) {}
|
||||
<!CONFLICTING_OVERLOADS!>fun B(x: Int)<!> {}
|
||||
|
||||
class Outer {
|
||||
class A(x: String = "", y: String = "") {
|
||||
|
||||
Reference in New Issue
Block a user