Hi!
Could anyone help me?
I have the following code:
Copy code
class Test(
val test1: String,
val test2: String, // comment
val test3: String
)
And I received the error: 'A comment in a 'value_parameter_list' is only allowed when placed on a separate line (cannot be auto-corrected).'
I want to write the code like this. How can I disable this rule?