mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
8 lines
192 B
Kotlin
Vendored
8 lines
192 B
Kotlin
Vendored
class MyClass() { }
|
|
|
|
@Deprecated("") fun MyClass.test() {}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: ExtentionFunKt, test
|
|
// FLAGS: ACC_DEPRECATED, ACC_PUBLIC, ACC_FINAL, ACC_STATIC
|