Introduce backing property: fix false positive for const property #KT-28341 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
7080559cb4
commit
e5f0f2489f
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
class C {
|
||||
companion object {
|
||||
const val <caret>CONST = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user