summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastIdentifiersTestGenerated.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastIdentifiersTestGenerated.java')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastIdentifiersTestGenerated.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastIdentifiersTestGenerated.java b/plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastIdentifiersTestGenerated.java
index 9ebc5bebc6b5..807afcc4e0f9 100644
--- a/plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastIdentifiersTestGenerated.java
+++ b/plugins/kotlin/uast/uast-kotlin-fir/test/org/jetbrains/kotlin/idea/fir/uast/FirLegacyUastIdentifiersTestGenerated.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.uast;
@@ -98,11 +98,6 @@ public class FirLegacyUastIdentifiersTestGenerated extends AbstractFirLegacyUast
runTest("../uast-kotlin/tests/testData/CycleInTypeParameters.kt");
}
- @TestMetadata("DataClassInheritsAbstractClassWithEquals.kt")
- public void testDataClassInheritsAbstractClassWithEquals() throws Exception {
- runTest("../uast-kotlin/testData/DataClassInheritsAbstractClassWithEquals.kt");
- }
-
@TestMetadata("DefaultImpls.kt")
public void testDefaultImpls() throws Exception {
runTest("../uast-kotlin/tests/testData/DefaultImpls.kt");
@@ -183,6 +178,11 @@ public class FirLegacyUastIdentifiersTestGenerated extends AbstractFirLegacyUast
runTest("../uast-kotlin/tests/testData/InnerNonFixedTypeVariable.kt");
}
+ @TestMetadata("LambdaExpressionFunctionalInterfaceType.kt")
+ public void testLambdaExpressionFunctionalInterfaceType() throws Exception {
+ runTest("../uast-kotlin/tests/testData/LambdaExpressionFunctionalInterfaceType.kt");
+ }
+
@TestMetadata("LambdaParameters.kt")
public void testLambdaParameters() throws Exception {
runTest("../uast-kotlin/tests/testData/LambdaParameters.kt");