Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/targets/base.txt
T

11 lines
302 B
Plaintext
Vendored

package test
test.base() public/*package*/ open class My {
public/*package*/ constructor My()
test.base() public/*package*/ open fun foo(/*0*/ test.base() kotlin.Int): kotlin.Int
}
kotlin.annotation.annotation() internal final class base : kotlin.Annotation {
public constructor base()
}