Searched defs:throwsTypes (Results 1 – 1 of 1) sorted by relevance
171 private val throwsTypes = mutableListOf<String>() constant179 …override fun throwsTypes(): List<ClassItem> = if (throwsClasses == null) emptyList() else throwsCl… in throwsTypes() method