KT-13146 J2K recursion while converting self-referenced anonymous functions (#956)

This commit is contained in:
Simon Ogorodnik
2016-09-26 13:47:31 +03:00
committed by Dmitry Jemerov
parent 33d33ab144
commit 47bfb8133d
8 changed files with 109 additions and 0 deletions
@@ -71,6 +71,12 @@ public class TypeAliasesTestsGenerated extends AbstractTypeAliasesTests {
doTest(fileName);
}
@TestMetadata("typeAliasConstructorAccessor.kt")
public void testTypeAliasConstructorAccessor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/typealias/typeAliasConstructorAccessor.kt");
doTest(fileName);
}
@TestMetadata("typeAliasObject.kt")
public void testTypeAliasObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/typealias/typeAliasObject.kt");