Support annotations on property accessors in JS/common metadata

#KT-14529 Fixed
This commit is contained in:
Alexander Udalov
2018-10-01 18:34:04 +02:00
parent d1e1e274d9
commit 1ee1d15b91
27 changed files with 443 additions and 106 deletions
@@ -5348,6 +5348,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/jsName/privateMethod.kt");
}
@TestMetadata("propertyAccessorFromOtherModule.kt")
public void testPropertyAccessorFromOtherModule() throws Exception {
runTest("js/js.translator/testData/box/jsName/propertyAccessorFromOtherModule.kt");
}
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("js/js.translator/testData/box/jsName/secondaryConstructor.kt");
@@ -5348,6 +5348,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/jsName/privateMethod.kt");
}
@TestMetadata("propertyAccessorFromOtherModule.kt")
public void testPropertyAccessorFromOtherModule() throws Exception {
runTest("js/js.translator/testData/box/jsName/propertyAccessorFromOtherModule.kt");
}
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("js/js.translator/testData/box/jsName/secondaryConstructor.kt");