[Tests] Add test for KT-44199
^KT-44199 Fixed
This commit is contained in:
committed by
Space Team
parent
1ad0872958
commit
a9af52c288
Generated
+6
@@ -14061,6 +14061,12 @@ public class FirWasmJsCodegenBoxTestGenerated extends AbstractFirWasmJsCodegenBo
|
||||
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
@@ -14061,6 +14061,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
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