Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/classes/Deprecated.kt
2013-12-17 20:28:59 +04:00

10 lines
176 B
Kotlin

package test
deprecated("Class") class Class {
deprecated("Nested") class Nested
deprecated("Inner") inner class Inner
deprecated("class object") class object
}