JS: fix how module checker handles super classes
This commit is contained in:
@@ -28,6 +28,14 @@ package
|
||||
|
||||
package bar {
|
||||
public fun box(): kotlin.Unit
|
||||
|
||||
public external final class DerivedB : foo.B {
|
||||
public constructor DerivedB()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public final override /*1*/ /*fake_override*/ fun foo(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
package foo {
|
||||
|
||||
Reference in New Issue
Block a user