Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/annotations/classes/Deprecated.txt
T
2015-09-04 18:19:31 +03:00

18 lines
521 B
Plaintext
Vendored

package test
kotlin.Deprecated(value = "Class") internal final class Class {
/*primary*/ public constructor Class()
kotlin.Deprecated(value = "companion object") public companion object Companion {
/*primary*/ private constructor Companion()
}
kotlin.Deprecated(value = "Inner") internal final inner class Inner {
/*primary*/ public constructor Inner()
}
kotlin.Deprecated(value = "Nested") internal final class Nested {
/*primary*/ public constructor Nested()
}
}