mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
13 lines
400 B
Plaintext
Vendored
13 lines
400 B
Plaintext
Vendored
package test
|
|
|
|
public final class Sub : test.Super {
|
|
public constructor Sub()
|
|
public open fun foo(/*0*/ r: (() -> kotlin.Unit)?): kotlin.Unit
|
|
public/*package*/ open override /*1*/ /*fake_override*/ fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit
|
|
}
|
|
|
|
public open class Super {
|
|
public constructor Super()
|
|
public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit
|
|
}
|