Got rid of @TestOnly usages on fields

This commit is contained in:
Sergey Rostov
2019-01-22 21:12:01 +03:00
parent efa3201a68
commit c716ef112e
3 changed files with 9 additions and 4 deletions
@@ -49,7 +49,8 @@ class OptimizedImportsBuilder(
private val options: Options
) {
companion object {
@TestOnly
@get:TestOnly
@set:TestOnly
var testLog: StringBuilder? = null
}