kevinmost
06/14/2016, 6:38 PMconstructor
though. The question is, do we still need a newline after @JvmOverloads
here?
class FooView
@JvmOverloads
constructor(
context: Context,
attrs: AttributeSet? = null,
defStyle: Int = 0
) : LinearLayout(context, attrs, defStyle),
SomeInterface1,
SomeInterface2 {
init {
}
}