[NI] Consider explicitly specified type argument as an input type
#KT-31860 Fixed
This commit is contained in:
+5
@@ -2738,6 +2738,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/exactAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("explicitTypeArgumentAsValidInputType.kt")
|
||||
public void testExplicitTypeArgumentAsValidInputType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/explicitTypeArgumentAsValidInputType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalAnnotationsOnTypes.kt")
|
||||
public void testInternalAnnotationsOnTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/annotationsForResolve/internalAnnotationsOnTypes.kt");
|
||||
|
||||
Reference in New Issue
Block a user