[NI] Support @OnlyInputTypes annotation. #KT-29307 fixed
This commit is contained in:
+20
@@ -2743,6 +2743,16 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/internalAnnotationsOnTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26698.kt")
|
||||
public void testKt26698() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/kt26698.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt29307.kt")
|
||||
public void testKt29307() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/kt29307.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noInferAndLowPriority.kt")
|
||||
public void testNoInferAndLowPriority() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/noInferAndLowPriority.kt");
|
||||
@@ -2758,6 +2768,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/notNullAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInputTypes.kt")
|
||||
public void testOnlyInputTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInputTypesAndLowPriority.kt")
|
||||
public void testOnlyInputTypesAndLowPriority() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesAndLowPriority.kt");
|
||||
@@ -2768,6 +2783,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesAnnotationWithPlatformTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("onlyInputTypesCaptured.kt")
|
||||
public void testOnlyInputTypesCaptured() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/onlyInputTypesCaptured.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propagationOfNoInferAnnotation.kt")
|
||||
public void testPropagationOfNoInferAnnotation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/propagationOfNoInferAnnotation.kt");
|
||||
|
||||
Reference in New Issue
Block a user