Minor, add test case on metadata of lambdas in constructors

KT-41465
This commit is contained in:
Alexander Udalov
2020-09-02 20:02:06 +02:00
parent 6b65a2ea7d
commit 5aca8ebda8
5 changed files with 36 additions and 0 deletions
@@ -25542,6 +25542,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/reflection/lambdaClasses/reflectOnLambdaInArrayConstructor.kt");
}
@TestMetadata("reflectOnLambdaInConstructor.kt")
public void testReflectOnLambdaInConstructor() throws Exception {
runTest("compiler/testData/codegen/box/reflection/lambdaClasses/reflectOnLambdaInConstructor.kt");
}
@TestMetadata("reflectOnLambdaInField.kt")
public void testReflectOnLambdaInField() throws Exception {
runTest("compiler/testData/codegen/box/reflection/lambdaClasses/reflectOnLambdaInField.kt");