[JVM IR] Do not insert Nothing handling in JvmStatic wrapper.
Fixes KT-46568.
This commit is contained in:
committed by
Alexander Udalov
parent
3532ce7fbc
commit
3db5ba98ad
+5
@@ -20406,6 +20406,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt45408.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46568.kt")
|
||||
public void testKt46568() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt46568.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9897_static.kt")
|
||||
public void testKt9897_static() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt9897_static.kt");
|
||||
|
||||
Reference in New Issue
Block a user