Commit 53aedf4e authored by Mikhail Zarechenskiy's avatar Mikhail Zarechenskiy Committed by intellij-monorepo-bot
Browse files

[kotlin] Regenerate kotlin tests after cherry-picks from 213.6461

GitOrigin-RevId: dbc11572b656af9ee24e7ee64c8bf611335ee71f
parent 845466dc
Showing with 20 additions and 0 deletions
+20 -0
......@@ -178,6 +178,11 @@ public class FE1LegacyUastDeclarationTestGenerated extends AbstractFE1LegacyUast
runTest("testData/InnerNonFixedTypeVariable.kt");
}
@TestMetadata("LambdaExpressionFunctionalInterfaceType.kt")
public void testLambdaExpressionFunctionalInterfaceType() throws Exception {
runTest("testData/LambdaExpressionFunctionalInterfaceType.kt");
}
@TestMetadata("LambdaParameters.kt")
public void testLambdaParameters() throws Exception {
runTest("testData/LambdaParameters.kt");
......
......@@ -178,6 +178,11 @@ public class FE1LegacyUastIdentifiersTestGenerated extends AbstractFE1LegacyUast
runTest("testData/InnerNonFixedTypeVariable.kt");
}
@TestMetadata("LambdaExpressionFunctionalInterfaceType.kt")
public void testLambdaExpressionFunctionalInterfaceType() throws Exception {
runTest("testData/LambdaExpressionFunctionalInterfaceType.kt");
}
@TestMetadata("LambdaParameters.kt")
public void testLambdaParameters() throws Exception {
runTest("testData/LambdaParameters.kt");
......
......@@ -178,6 +178,11 @@ public class FE1LegacyUastTypesTestGenerated extends AbstractFE1LegacyUastTypesT
runTest("testData/InnerNonFixedTypeVariable.kt");
}
@TestMetadata("LambdaExpressionFunctionalInterfaceType.kt")
public void testLambdaExpressionFunctionalInterfaceType() throws Exception {
runTest("testData/LambdaExpressionFunctionalInterfaceType.kt");
}
@TestMetadata("LambdaParameters.kt")
public void testLambdaParameters() throws Exception {
runTest("testData/LambdaParameters.kt");
......
......@@ -178,6 +178,11 @@ public class FE1LegacyUastValuesTestGenerated extends AbstractFE1LegacyUastValue
runTest("testData/InnerNonFixedTypeVariable.kt");
}
@TestMetadata("LambdaExpressionFunctionalInterfaceType.kt")
public void testLambdaExpressionFunctionalInterfaceType() throws Exception {
runTest("testData/LambdaExpressionFunctionalInterfaceType.kt");
}
@TestMetadata("LambdaParameters.kt")
public void testLambdaParameters() throws Exception {
runTest("testData/LambdaParameters.kt");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment