Made methods generated from declarations marked with @HiddenDeclaration synthetic in JVM
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class MyClass() {
|
||||
@HiddenDeclaration fun test() {}
|
||||
}
|
||||
|
||||
// TESTED_OBJECT_KIND: function
|
||||
// TESTED_OBJECTS: MyClass, test
|
||||
// FLAGS: ACC_SYNTHETIC, ACC_PUBLIC, ACC_FINAL
|
||||
Reference in New Issue
Block a user