K2 JS/Native: reproduce KT-57986

This commit is contained in:
Mikhail Glukhikh
2023-04-15 13:00:55 +02:00
committed by Space Team
parent beaeb405d2
commit c826c7301c
16 changed files with 108 additions and 0 deletions
@@ -12157,6 +12157,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
public void testNestedClassTypeParameterDeserialization() throws Exception {
runTest("compiler/testData/codegen/box/fir/nestedClassTypeParameterDeserialization.kt");
}
@TestMetadata("toLong.kt")
public void testToLong() throws Exception {
runTest("compiler/testData/codegen/box/fir/toLong.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/fullJdk")