FirDefaultParametersResolver: process imported from objects properly
#KT-49083 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
c5a4a5de42
commit
09bc729b0e
+6
@@ -5069,6 +5069,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/DailyAggregatedDoubleFactor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("defaultParameterFromBase.kt")
|
||||
public void testDefaultParameterFromBase() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/defaultParameterFromBase.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumWithToString.kt")
|
||||
public void testEnumWithToString() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user