Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.txt
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

18 lines
430 B
Plaintext

package test
internal final annotation class `$$$$$$` : kotlin.Annotation {
/*primary*/ public constructor `$$$$$$`()
}
test.`$$$$$$`() internal final class A {
/*primary*/ public constructor A()
}
internal final annotation class `Anno$tation` : kotlin.Annotation {
/*primary*/ public constructor `Anno$tation`()
}
test.`Anno$tation`() internal final class `Cla$s` {
/*primary*/ public constructor `Cla$s`()
}