[FIR] Expand type of const val in FirConstPropertyChecker
This commit is contained in:
committed by
TeamCityServer
parent
669985f853
commit
478a512b24
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user