Searched refs:setters (Results 1 – 5 of 5) sorted by relevance
178 fun `Nullability of getters and setters must match`() { in params()
468 val setters = mutableMapOf<String, PsiMethodItem>() in <lambda>() constant493 setters[name] = method in <lambda>()508 setter = setters[name], in <lambda>()
70 fun `var properties have setters`() { in var properties have setters()
270 into getters and setters which you can call from Java. But you cannot calls271 these getters and setters from Kotlin; you **must** use the property290 the getters and setters away from the defaults), but it's helpful to be explicit
518 fun `Var properties with private setters`() { in Var properties with private setters()