de8c3826c2
^KT-58472 Fixed Review: https://jetbrains.team/p/kt/reviews/9967
11 lines
403 B
Plaintext
Vendored
11 lines
403 B
Plaintext
Vendored
package
|
|
|
|
public abstract class Base {
|
|
public constructor Base()
|
|
public abstract var x: kotlin.Int
|
|
public abstract var y: kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|