FIR: look for conflicting declarations more precisely
This commit is contained in:
committed by
teamcity
parent
3092a84b6b
commit
4737bb07df
+2
-2
@@ -2,9 +2,9 @@
|
||||
|
||||
package constructorVsFun
|
||||
|
||||
class a() { }
|
||||
class a<!CONFLICTING_OVERLOADS!>()<!> { }
|
||||
|
||||
fun a() = 1
|
||||
<!CONFLICTING_OVERLOADS!>fun a()<!> = 1
|
||||
|
||||
class Tram {
|
||||
fun f() { }
|
||||
|
||||
Reference in New Issue
Block a user