Searched refs:throws (Results 1 – 3 of 3) sorted by relevance
204 fun `Test throws`() { in Test throws()305 fun `Sort throws list by full name`() { in Sort throws list by full name()
1208 fun `Check erasure in throws-list`() { in Check erasure in throws-list()1725 fun `Override via different throws list should be included`() { in Override via different throws list should be included()
281 val throws = method.throwsTypes().asSequence().sortedWith(ClassItem.fullNameComparator) in <lambda>() constant282 if (throws.any()) { in <lambda>()284 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()