FIR: partial function type resolve + some rendering fixes

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