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

Rectangle

open class Rectangle

Constructors

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

Functions

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

Inheritors

Square class Square : Rectangle