tapchicoma
12/27/2019, 10:11 AMconstructor(..)
is correct from code style perspective or they should be one per line?
class Foo @JvmOverloads @SuppressLint("CheckResult") constructor(...)
or
class Foo
@JvmOverloads
@SuppressLint("CheckResult")
constructor(...)