Extends range of change visibility intention #KT-14093 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
44ce5f73f7
commit
3a606d13f0
@@ -1,6 +1,8 @@
|
||||
// "Replace '@JvmField' with 'const'" "false"
|
||||
// WITH_RUNTIME
|
||||
// ERROR: JvmField has no effect on a private property
|
||||
// ACTION: Make internal
|
||||
// ACTION: Make public
|
||||
// ACTION: Remove explicit type specification
|
||||
fun getText() = ""
|
||||
<caret>@JvmField private val text: String = getText()
|
||||
Reference in New Issue
Block a user