mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
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)
18 lines
414 B
Plaintext
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()
|
|
}
|