Remove spaces between accessor and its parameter list in formatter (KT-30393)
#KT-30393 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
0acecb4936
commit
e1f26ffc74
+5
-1
@@ -52,4 +52,8 @@ var prop3: Int // Int
|
||||
// this comment is for getter
|
||||
get() = 1
|
||||
// this comment is for setter
|
||||
set(value) {}
|
||||
set(value) {}
|
||||
|
||||
val prop4: Int
|
||||
get () = 42
|
||||
set (value) {}
|
||||
Reference in New Issue
Block a user