FIR: fix resolve of function type & its parameters in supertype position

This commit is contained in:
Mikhail Glukhikh
2018-03-23 20:21:59 +03:00
parent 6cfe935c2a
commit c31513837b
8 changed files with 40 additions and 3 deletions
@@ -39,6 +39,12 @@ public class FirResolveTestCaseGenerated extends AbstractFirResolveTestCase {
runTest("compiler/testData/fir/resolve/F.kt");
}
@TestMetadata("ft.kt")
public void testFt() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/fir/resolve/ft.kt");
doTest(fileName);
}
@TestMetadata("functionTypes.kt")
public void testFunctionTypes() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/fir/resolve/functionTypes.kt");