13 lines
428 B
Plaintext
Vendored
13 lines
428 B
Plaintext
Vendored
package
|
|
|
|
package c {
|
|
|
|
public abstract class Foo {
|
|
public constructor Foo()
|
|
protected abstract val prop: [ERROR : No type, no body]
|
|
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
|
|
}
|
|
}
|