tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
// "Move to constructor" "true"
|
||||
class Complex(
|
||||
/**
|
||||
* Very complex field x
|
||||
*/
|
||||
val x: Int, y: Double, z: String) {
|
||||
/**
|
||||
* Very complex field x
|
||||
*/
|
||||
val x: Int, y: Double, z: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user