Add regression test for KT-54707
This commit is contained in:
+6
@@ -3547,6 +3547,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/casts/kt53677.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54707.kt")
|
||||
public void testKt54707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/kt54707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaToUnitCast.kt")
|
||||
public void testLambdaToUnitCast() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user