FIR: look for conflicting declarations more precisely
This commit is contained in:
committed by
teamcity
parent
3092a84b6b
commit
4737bb07df
+2
-2
@@ -61,9 +61,9 @@ class L {
|
||||
fun B.foo() {}
|
||||
}
|
||||
|
||||
fun mest() {}
|
||||
<!CONFLICTING_OVERLOADS!>fun mest()<!> {}
|
||||
|
||||
class mest
|
||||
class <!CONFLICTING_OVERLOADS!>mest<!>
|
||||
|
||||
<!FUNCTION_DECLARATION_WITH_NO_NAME!>fun()<!> {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user