mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
6 lines
169 B
Kotlin
Vendored
6 lines
169 B
Kotlin
Vendored
class MyClass(@get:Deprecated("") val test: Int) {}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, getTest
|
|
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL
|