Psi2Ir: Bind unbound type parameters
This commit is contained in:
committed by
Georgy Bronnikov
parent
8c4fdd1edd
commit
fc7d667282
+5
@@ -15571,6 +15571,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samUnboundTypeParameter.kt")
|
||||
public void testSamUnboundTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/samUnboundTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/javaInterop/generics")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user