mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
14 lines
541 B
Plaintext
14 lines
541 B
Plaintext
package test
|
|
|
|
public final class Sub : test.Super {
|
|
public constructor Sub()
|
|
public/*package*/ final override /*1*/ /*fake_override*/ 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*/ final /*synthesized*/ fun foo(/*0*/ r: (() -> kotlin.Unit)!): kotlin.Unit
|
|
public/*package*/ open fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit
|
|
}
|