Make NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION error
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
public val CONST: String = "BF"
|
||||
public const val CONST: String = "BF"
|
||||
|
||||
Reference in New Issue
Block a user