FIR2IR: don't apply SAM conversion for type parameter based types
#KT-58893 Fixed #KT-58884 Fixed
This commit is contained in:
committed by
Space Team
parent
a832510487
commit
289dafa331
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user