[Tests] Add test for KT-44199
^KT-44199 Fixed
This commit is contained in:
committed by
Space Team
parent
1ad0872958
commit
a9af52c288
+6
@@ -14085,6 +14085,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44199.kt")
|
||||
public void testKt44199() {
|
||||
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt8154.kt")
|
||||
public void testKt8154() {
|
||||
|
||||
Generated
+6
@@ -14085,6 +14085,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44199.kt")
|
||||
public void testKt44199() {
|
||||
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt8154.kt")
|
||||
public void testKt8154() {
|
||||
|
||||
+6
@@ -14085,6 +14085,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44199.kt")
|
||||
public void testKt44199() {
|
||||
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt8154.kt")
|
||||
public void testKt8154() {
|
||||
|
||||
+6
@@ -14085,6 +14085,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44199.kt")
|
||||
public void testKt44199() {
|
||||
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt8154.kt")
|
||||
public void testKt8154() {
|
||||
|
||||
Reference in New Issue
Block a user