FIR: introduce three diagnostics for const val

This commit is contained in:
zadorotskas
2021-03-05 12:51:26 +03:00
committed by Mikhail Glukhikh
parent cc106085e2
commit 334d0a8b5a
23 changed files with 451 additions and 200 deletions
@@ -26,7 +26,7 @@ expect var customAccessorVar: String
get() = "no"
set(value) {}
expect const val constVal: Int
expect <!CONST_VAL_WITHOUT_INITIALIZER!>const<!> val constVal: Int
expect <!EXPECTED_LATEINIT_PROPERTY!>lateinit<!> var lateinitVar: String