K2: add test to confirm KT-58874 now works properly
#KT-58874 Obsolete
This commit is contained in:
committed by
Space Team
parent
d5e391c401
commit
9903b70e0a
+6
@@ -42683,6 +42683,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
public void testIfWithCallableReferenceInLazy() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/delegateInference/ifWithCallableReferenceInLazy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("resolveGetValueWithWholeDelegate.kt")
|
||||
public void testResolveGetValueWithWholeDelegate() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/delegateInference/resolveGetValueWithWholeDelegate.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -42683,6 +42683,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
public void testIfWithCallableReferenceInLazy() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/delegateInference/ifWithCallableReferenceInLazy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("resolveGetValueWithWholeDelegate.kt")
|
||||
public void testResolveGetValueWithWholeDelegate() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/delegateInference/resolveGetValueWithWholeDelegate.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user