Fix more broken QF tests

This commit is contained in:
Mikhail Glukhikh
2018-03-23 15:26:21 +03:00
parent e937a350fe
commit 804d340c5f
7 changed files with 7 additions and 0 deletions
@@ -6,6 +6,7 @@
// ACTION: Make public
// ACTION: Move to constructor
// ACTION: Specify type explicitly
// ACTION: Add use-site target 'field'
class Foo {
<caret>@JvmField private val a = "Lorem ipsum"
}