Extends range of change visibility intention #KT-14093 Fixed

This commit is contained in:
Toshiaki Kameyama
2017-06-26 10:38:45 +03:00
committed by Mikhail Glukhikh
parent 44ce5f73f7
commit 3a606d13f0
14 changed files with 42 additions and 6 deletions
@@ -2,6 +2,8 @@
// WITH_RUNTIME
// ERROR: JvmField has no effect on a private property
// ACTION: Add 'const' modifier
// ACTION: Make internal
// ACTION: Make public
// ACTION: Specify type explicitly
val three = 3
<caret>@JvmField private val text = "${2 + three}"