[K/JS] Add lateinit as exception for simple properties ^KT-53968 Fixed
This commit is contained in:
@@ -2100,6 +2100,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("js/js.translator/testData/box/export"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.JS, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("consumeExportedLateinitProperty.kt")
|
||||
public void testConsumeExportedLateinitProperty() throws Exception {
|
||||
runTest("js/js.translator/testData/box/export/consumeExportedLateinitProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("defaultInlineClassConstructorParam.kt")
|
||||
public void testDefaultInlineClassConstructorParam() throws Exception {
|
||||
|
||||
+6
@@ -2572,6 +2572,12 @@ public class FirJsTestGenerated extends AbstractFirJsTest {
|
||||
runTest("js/js.translator/testData/box/export/bridgeSavingAfterExportInExportedFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("consumeExportedLateinitProperty.kt")
|
||||
public void testConsumeExportedLateinitProperty() throws Exception {
|
||||
runTest("js/js.translator/testData/box/export/consumeExportedLateinitProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("defaultInlineClassConstructorParam.kt")
|
||||
public void testDefaultInlineClassConstructorParam() throws Exception {
|
||||
|
||||
+6
@@ -2572,6 +2572,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/export/bridgeSavingAfterExportInExportedFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("consumeExportedLateinitProperty.kt")
|
||||
public void testConsumeExportedLateinitProperty() throws Exception {
|
||||
runTest("js/js.translator/testData/box/export/consumeExportedLateinitProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("defaultInlineClassConstructorParam.kt")
|
||||
public void testDefaultInlineClassConstructorParam() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user