[NI] Fix OnlyInputTypes annotation support for top-level captured types
#KT-32157 Fixed #KT-32116 Fixed #KT-32235 Fixed #KT-32218 Fixed
This commit is contained in:
+5
@@ -2798,6 +2798,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesAndLowPriority.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInputTypesAndTopLevelCapturedTypes.kt")
|
||||
public void testOnlyInputTypesAndTopLevelCapturedTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesAndTopLevelCapturedTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInputTypesAnnotationWithPlatformTypes.kt")
|
||||
public void testOnlyInputTypesAnnotationWithPlatformTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesAnnotationWithPlatformTypes.kt");
|
||||
|
||||
Reference in New Issue
Block a user