KT-3500: ClassFormatError: Duplicate method name&signature in class file && KT-3429: Traits override bug
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
open class A {
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
trait ATrait : A {
|
||||
|
||||
override fun foo() {
|
||||
<!SUPERCLASS_NOT_ACCESSIBLE_FROM_TRAIT!>super<A><!>.foo()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user