JVM_IR indy SAM conversions: update tests
KT-44278 KT-26060 KT-42621
This commit is contained in:
+5
@@ -16703,6 +16703,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/constructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("covariantOverrideWithPrimitive.kt")
|
||||
public void testCovariantOverrideWithPrimitive() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/covariantOverrideWithPrimitive.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericFunInterface.kt")
|
||||
public void testGenericFunInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/genericFunInterface.kt");
|
||||
|
||||
Reference in New Issue
Block a user