Test for obsolete KT-9277

#KT-9277 Obsolete
This commit is contained in:
Michael Nedzelsky
2015-10-30 16:09:42 +03:00
parent dbc00baa48
commit 48929f3edf
2 changed files with 19 additions and 0 deletions
@@ -79,6 +79,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt9277.kt")
public void testKt9277() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/argumentOrder/kt9277.kt");
doTest(fileName);
}
@TestMetadata("lambdaMigration.kt")
public void testLambdaMigration() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/argumentOrder/lambdaMigration.kt");