Support annotations on property accessors in JS/common metadata
#KT-14529 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user