mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
11 lines
199 B
Kotlin
11 lines
199 B
Kotlin
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
deprecated("Class") class Class {
|
|
deprecated("Nested") class Nested
|
|
|
|
deprecated("Inner") inner class Inner
|
|
|
|
deprecated("default object") default object
|
|
}
|