Introduce inspection to detect vals might be marked as const
So #KT-20644 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
|
||||
class My {
|
||||
@JvmField val <caret>x = 13
|
||||
}
|
||||
Reference in New Issue
Block a user