PSI2IR: KT-40499 Fix delegated property desugaring
No type arguments were provided for property reference inside delegated property accessors.
This commit is contained in:
+5
@@ -314,6 +314,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/declarations/fileWithTypeAliasesOnly.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericDelegatedProperty.kt")
|
||||
public void testGenericDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/genericDelegatedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceProperties.kt")
|
||||
public void testInterfaceProperties() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/interfaceProperties.kt");
|
||||
|
||||
Reference in New Issue
Block a user