Introduce inspection to detect vals might be marked as const

So #KT-20644 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-12-07 17:36:13 +03:00
parent 4ec20ad595
commit 70b7e5eb68
20 changed files with 222 additions and 0 deletions
@@ -0,0 +1,5 @@
// WITH_RUNTIME
object O {
@JvmField val <caret>s = "He" + "llo"
}