{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface TopLevelClass.InnerInterface
inner interface docs
import androidx.notARealLibrary.Thingy1 class CustomPainter() { val size: Pair<Float, Float> get() = Pair(300.0f, 300.0f) override fun toString(): String { return "ahahahaha" } val weAreUsingThingy1 = Thingy1() }