mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
18 lines
420 B
Plaintext
Vendored
18 lines
420 B
Plaintext
Vendored
package test
|
|
|
|
public final annotation class `$$$$$$` : kotlin.Annotation {
|
|
/*primary*/ public constructor `$$$$$$`()
|
|
}
|
|
|
|
@test.`$$$$$$` public final class A {
|
|
/*primary*/ public constructor A()
|
|
}
|
|
|
|
public final annotation class `Anno$tation` : kotlin.Annotation {
|
|
/*primary*/ public constructor `Anno$tation`()
|
|
}
|
|
|
|
@test.`Anno$tation` public final class `Cla$s` {
|
|
/*primary*/ public constructor `Cla$s`()
|
|
}
|