[FIR] Expand type of const val in FirConstPropertyChecker

This commit is contained in:
Dmitriy Novozhilov
2021-05-21 11:11:08 +03:00
committed by TeamCityServer
parent 669985f853
commit 478a512b24
7 changed files with 32 additions and 2 deletions
@@ -977,6 +977,11 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
public void testConstValWithGetterOrDelegate() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/constVal/constValWithGetterOrDelegate.kt");
}
@TestMetadata("constValWithTypealiasType.kt")
public void testConstValWithTypealiasType() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/constVal/constValWithTypealiasType.kt");
}
}
@TestMetadata("compiler/fir/analysis-tests/testData/resolve/constructors")