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,6 @@
// PROBLEM: none
// WITH_RUNTIME
class My {
@JvmField val <caret>x = 13
}