[NI] Add collecting forgotten type variables from callable references
#KT-35959 Fixed
This commit is contained in:
Generated
+5
@@ -1869,6 +1869,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/kt34314_lambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35959.kt")
|
||||
public void testKt35959() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/kt35959.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7430_wrongClassOnLHS.kt")
|
||||
public void testKt7430_wrongClassOnLHS() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/kt7430_wrongClassOnLHS.kt");
|
||||
|
||||
Reference in New Issue
Block a user