Made methods generated from declarations marked with @HiddenDeclaration synthetic in JVM

This commit is contained in:
Valentin Kipyatkov
2015-09-07 20:21:20 +03:00
parent aec661aeff
commit 08e7a9d826
6 changed files with 71 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
class MyClass() {
@HiddenDeclaration fun test() {}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: MyClass, test
// FLAGS: ACC_SYNTHETIC, ACC_PUBLIC, ACC_FINAL