// "Replace '@JvmField' with 'const'" "false" // WITH_RUNTIME // ERROR: JvmField has no effect on a private property // ACTION: Convert to lazy property // ACTION: Make internal // ACTION: Make public // ACTION: Remove explicit type specification // ACTION: Add use-site target 'field' fun getText() = "" @JvmField private val text: String = getText()