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
@@ -1,5 +1,7 @@
// "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
<caret>@JvmField private val number: Int? = 42