the only thing that really rubs me the wrong way i...
# getting-started
p
the only thing that really rubs me the wrong way is the closing paren on a new line.. ugh
Copy code
class MyClass(
    field
    field
    field
) {
    body
}