mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
10 lines
205 B
Kotlin
10 lines
205 B
Kotlin
class MyClass() {
|
|
val test: Int
|
|
[deprecated("")] get(): Int { return 0 }
|
|
}
|
|
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, getTest
|
|
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL
|