Fix NPE in KtSourceElement.elementType #KT-44152 Fixed
This commit is contained in:
+6
@@ -46857,6 +46857,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/toArray/kt3177-toTypedArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44152.kt")
|
||||
public void testKt44152() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/toArray/kt44152.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("returnToTypedArray.kt")
|
||||
public void testReturnToTypedArray() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user