FIR: don't report CONST_VAL_NOT_TOP_LEVEL_OR_OBJECT on variables
This commit is contained in:
+1
-1
@@ -38,5 +38,5 @@ object F {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
<!CONST_VAL_NOT_TOP_LEVEL_OR_OBJECT!>const<!> val a = "2"
|
||||
const val a = "2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user