mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
8 lines
192 B
Kotlin
8 lines
192 B
Kotlin
class MyClass() { }
|
|
|
|
deprecated("") fun MyClass.test() {}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: _DefaultPackage, test
|
|
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL, ACC_STATIC
|