[FE] Allow to infer generic property type from a context receiver type

This commit is contained in:
Anastasiya Shadrina
2021-02-17 19:42:21 +07:00
committed by TeamCityServer
parent dcb3fc5508
commit 837f3b98fa
4 changed files with 34 additions and 0 deletions
@@ -16157,6 +16157,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/dp.kt");
}
@Test
@TestMetadata("inferGenericPropertyType.kt")
public void testInferGenericPropertyType() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/inferGenericPropertyType.kt");
}
@Test
@TestMetadata("plusMatrix.kt")
public void testPlusMatrix() throws Exception {