Make NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION error

Original commit: de5dc61820
This commit is contained in:
Zalim Bashorov
2015-10-16 15:07:31 +03:00
parent 9f2f66b3b8
commit 86acb982e5
20 changed files with 68 additions and 48 deletions
@@ -1,3 +1,3 @@
package test
public val CONST: String = "BF"
public const val CONST: String = "BF"