io.github.mkohm.detekt.hint.demo / Square

Square

class Square : Rectangle

Constructors

<init> Square(width: Int, height: Int)

Inherited Functions

setHeight fun setHeight(newHeight: Int): Unit
setWidth fun setWidth(newWidth: Int): Unit