Searched defs:constructors (Results 1 – 1 of 1) sorted by relevance
169 private val constructors = mutableListOf<ConstructorItem>() constant173 override fun constructors(): List<ConstructorItem> = constructors in constructors() method