All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mkohm.detekt.hint.demo.Square.kt Maven / Gradle / Ivy

package io.github.mkohm.detekt.hint.demo

class Square(width: Int, height: Int) : Rectangle(width, height)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy