11 lines
203 B
Kotlin
Vendored
11 lines
203 B
Kotlin
Vendored
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
Deprecated("Class") class Class {
|
|
Deprecated("Nested") class Nested
|
|
|
|
Deprecated("Inner") inner class Inner
|
|
|
|
Deprecated("companion object") companion object
|
|
}
|