[NI] Complete call if return type contains only "good" type variables
This commit is contained in:
+5
@@ -2748,6 +2748,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesAnnotationWithPlatformTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propagationOfNoInferAnnotation.kt")
|
||||
public void testPropagationOfNoInferAnnotation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/propagationOfNoInferAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("resolveWithOnlyInputTypesAnnotation.kt")
|
||||
public void testResolveWithOnlyInputTypesAnnotation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/resolveWithOnlyInputTypesAnnotation.kt");
|
||||
|
||||
Reference in New Issue
Block a user