Searched refs:getters (Results 1 – 4 of 4) sorted by relevance
178 fun `Nullability of getters and setters must match`() { in params()
467 val getters = mutableMapOf<String, PsiMethodItem>() in <lambda>() constant490 getters[name] = method in <lambda>()499 for ((name, getter) in getters) { in <lambda>()
43 fun `properties have getters`() { in properties have getters()
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