FIR2IR: don't apply SAM conversion for type parameter based types

#KT-58893 Fixed
#KT-58884 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-08-21 19:19:17 +02:00
committed by Space Team
parent a832510487
commit 289dafa331
10 changed files with 94 additions and 4 deletions
@@ -15663,6 +15663,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fir/manyImplFromOneJavaInterfaceWithDelegation2.kt");
}
@TestMetadata("Mockito.kt")
public void testMockito() throws Exception {
runTest("compiler/testData/codegen/box/fir/Mockito.kt");
}
@TestMetadata("NameHighlighter.kt")
public void testNameHighlighter() throws Exception {
runTest("compiler/testData/codegen/box/fir/NameHighlighter.kt");