mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
11 lines
283 B
Plaintext
Vendored
11 lines
283 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()
|
|
}
|