mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +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)
8 lines
117 B
Kotlin
Vendored
8 lines
117 B
Kotlin
Vendored
package test
|
|
|
|
annotation class `$$$$$$`
|
|
annotation class `Anno$tation`
|
|
|
|
`$$$$$$` class A
|
|
`Anno$tation` class `Cla$s`
|