1/2 Covert FirUnsupportedSyntheticCallableReferenceChecker with more tests
Review: https://jetbrains.team/p/kt/reviews/9677 I'm going to fix KT-58061 in the next commit. Firstly, let's cover FirUnsupportedSyntheticCallableReferenceChecker with more tests that already pass, but are related to KT-58061 problem.
This commit is contained in:
+6
@@ -4341,6 +4341,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/parameterWithSubstitution.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("referenceToKotlinPropertyViaIntermediateJavaClass.kt")
|
||||
public void testReferenceToKotlinPropertyViaIntermediateJavaClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/referenceToKotlinPropertyViaIntermediateJavaClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("syntheticProperties.kt")
|
||||
public void testSyntheticProperties() throws Exception {
|
||||
|
||||
+6
@@ -4341,6 +4341,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/parameterWithSubstitution.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("referenceToKotlinPropertyViaIntermediateJavaClass.kt")
|
||||
public void testReferenceToKotlinPropertyViaIntermediateJavaClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/unsupported/referenceToKotlinPropertyViaIntermediateJavaClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("syntheticProperties.kt")
|
||||
public void testSyntheticProperties() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user