https://kotlinlang.org logo
p

poohbar

12/08/2016, 6:05 PM
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
}