Searched defs:typeBounds (Results 1 – 6 of 6) sorted by relevance
28 fun typeBounds(): List<BoundsTypeItem> in name() method
57 val typeBounds = typeParameter.typeBounds() in Test typeBounds no extends() constant91 val typeBounds = typeParameter.typeBounds() in Test typeBounds extends Comparable() constant128 val typeBounds = typeParameter.typeBounds() in Test typeBounds multiple() constant
48 override fun typeBounds(): List<BoundsTypeItem> = bounds in name() method
605 val typeBounds = mutableListOf<BoundsTypeItem>() in <lambda>() constant
57 override fun typeBounds(): List<BoundsTypeItem> = bounds in psi() method
53 override fun typeBounds(): List<BoundsTypeItem> = bounds in typeBounds() method