11 lines
277 B
Plaintext
Vendored
11 lines
277 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
|
|
}
|
|
|
|
public final annotation class base : kotlin.Annotation {
|
|
public constructor base()
|
|
}
|