summaryrefslogtreecommitdiff
path: root/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/shortenRefs/FirShortenRefsTestGenerated.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/shortenRefs/FirShortenRefsTestGenerated.java')
-rw-r--r--plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/shortenRefs/FirShortenRefsTestGenerated.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/shortenRefs/FirShortenRefsTestGenerated.java b/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/shortenRefs/FirShortenRefsTestGenerated.java
index b0a5bfeb8966..fb1d6774d972 100644
--- a/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/shortenRefs/FirShortenRefsTestGenerated.java
+++ b/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/shortenRefs/FirShortenRefsTestGenerated.java
@@ -1,4 +1,4 @@
-// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
+// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.kotlin.idea.fir.shortenRefs;
@@ -235,6 +235,11 @@ public abstract class FirShortenRefsTestGenerated extends AbstractFirShortenRefs
runTest("../idea/tests/testData/shortenRefsFir/types/ParameterTypeGenericTypes.kt");
}
+ @TestMetadata("ParameterTypeGenericTypes_missingTypeArgumentError.kt")
+ public void testParameterTypeGenericTypes_missingTypeArgumentError() throws Exception {
+ runTest("../idea/tests/testData/shortenRefsFir/types/ParameterTypeGenericTypes_missingTypeArgumentError.kt");
+ }
+
@TestMetadata("ParameterTypeImplicitImportBeatsStarImport.kt")
public void testParameterTypeImplicitImportBeatsStarImport() throws Exception {
runTest("../idea/tests/testData/shortenRefsFir/types/ParameterTypeImplicitImportBeatsStarImport.kt");