mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
7 lines
170 B
Kotlin
Vendored
7 lines
170 B
Kotlin
Vendored
class MyClass(@set:Deprecated("") var test: Int) {}
|
|
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, setTest
|
|
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL
|