mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
8 lines
170 B
Kotlin
Vendored
8 lines
170 B
Kotlin
Vendored
class MyClass() {
|
|
@HiddenDeclaration fun test() {}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, test
|
|
// FLAGS: ACC_SYNTHETIC, ACC_PUBLIC, ACC_FINAL
|