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
@@ -1,7 +1,6 @@
class SomeServiceUsage {
val service: SomeService
get() = SomeService.getInstanceNotNull()
val serviceNullable: SomeService
get() = SomeService.getInstanceNullable()