New J2K: call reformat code & shorten references processings only single time

This commit is contained in:
Ilya Kirillov
2020-02-17 19:23:32 +03:00
parent ee0ec421ce
commit 810966e408
48 changed files with 22 additions and 89 deletions
@@ -3,15 +3,12 @@ package test
open class B {
val fromB1: String
get() = ""
var fromB2: String?
get() = ""
set(value) {}
var fromB3: String?
get() = ""
set(value) {}
var fromB4: String?
get() = ""
set(value) {}