Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classes/DollarsInAnnotationName.txt
Alexander Udalov 7595e32bb6 Use ClassId instead of JvmClassName in KotlinJvmBinaryClass
ClassId contains exact information about origin of the class (e.g. if '$' in
the class name denotes nested classes separator or just a character in the
name)
2014-09-15 19:30:51 +04:00

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