Type parameters for type alias constructor are declared type parameters for type alias

(no implicit type parameters from containing scopes).
This commit is contained in:
Dmitry Petrov
2016-06-09 19:35:02 +03:00
parent bcd1df4efe
commit c04b16d6cc
4 changed files with 29 additions and 1 deletions
@@ -19539,6 +19539,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("localTypeAliasConstructor.kt")
public void testLocalTypeAliasConstructor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/typealias/localTypeAliasConstructor.kt");
doTest(fileName);
}
@TestMetadata("nested.kt")
public void testNested() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/typealias/nested.kt");