PSI2IR: KT-40499 Fix delegated property desugaring
No type arguments were provided for property reference inside delegated property accessors.
This commit is contained in:
@@ -313,6 +313,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
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