Fix ISE when inferring type of a property that delegates to itself
^KT-37796 Fixed
This commit is contained in:
+6
@@ -6957,6 +6957,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/incompleteTypeInference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt37796.kt")
|
||||
public void testKt37796() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/delegatedProperty/kt37796.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4640.kt")
|
||||
public void testKt4640() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user