mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
12 lines
332 B
Plaintext
Vendored
12 lines
332 B
Plaintext
Vendored
package test
|
|
|
|
public final class Sub : test.Super {
|
|
public constructor Sub()
|
|
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
|
|
}
|