mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
10 lines
211 B
Kotlin
Vendored
10 lines
211 B
Kotlin
Vendored
class MyClass() {
|
|
companion object {
|
|
@Deprecated("") fun test() {}
|
|
}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass$Companion, test
|
|
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL
|