KT-2752: remove diagnostic that reports about overridden method having several names from different sources. Generate proxies instead. Fix reporting name clash when two distinct fake overrides require same name.
This commit is contained in:
+1
-1
@@ -20,4 +20,4 @@ open class E {
|
||||
open fun g() {}
|
||||
}
|
||||
|
||||
<!JS_NAME_OVERRIDE_CLASH!>class F : E(), A, B<!>
|
||||
<!JS_NAME_CLASH_SYNTHETIC!>class F : E(), A, B<!>
|
||||
|
||||
Reference in New Issue
Block a user