mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
7 lines
165 B
Kotlin
7 lines
165 B
Kotlin
class MyClass(deprecated("") var test: Int) {}
|
|
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, setTest
|
|
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL
|