FIR checker: report AMBIGUOUS_SUPER
This commit is contained in:
committed by
Ivan Kochurkin
parent
5b9ce7e823
commit
06ee84f809
@@ -1,6 +1,6 @@
|
||||
enum class E : Cloneable {
|
||||
A;
|
||||
<!OVERRIDING_FINAL_MEMBER!>override<!> fun clone(): Any {
|
||||
return super.<!UNRESOLVED_REFERENCE!>clone<!>()
|
||||
return <!AMBIGUOUS_SUPER!>super<!>.clone()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user