Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.txt
2015-10-19 20:45:01 +03:00

18 lines
424 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`()
}