Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/class/kt4050.kt
T
Yan Zhulanow 2ce9903356 Fix tests
2015-08-31 15:33:13 +03:00

10 lines
152 B
Kotlin
Vendored

package test
enum class MyEnum(@param:deprecated("") @property:deprecated("") val ord: Int) {
ENTRY(239);
fun f(Deprecated p: Int) {
}
}