FIR: Fix resolution of type parameter in ext property receiver
Also cleanup FirTypeResolveTransformer
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6bca2d1045
commit
1c6490a1be
@@ -104,6 +104,12 @@ public class FirResolveTestCaseGenerated extends AbstractFirResolveTestCase {
|
||||
runTest("compiler/testData/fir/resolve/typeAliasWithGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParameterInPropertyReceiver.kt")
|
||||
public void testTypeParameterInPropertyReceiver() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/fir/resolve/typeParameterInPropertyReceiver.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("typeParameterVsNested.kt")
|
||||
public void testTypeParameterVsNested() throws Exception {
|
||||
runTest("compiler/testData/fir/resolve/typeParameterVsNested.kt");
|
||||
|
||||
Reference in New Issue
Block a user