"is" getter naming allowed for non-booleans too
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ internal interface I {
|
||||
|
||||
val isSomething2: Boolean?
|
||||
|
||||
fun isSomething3(): Int
|
||||
val isSomething3: Int
|
||||
|
||||
var isSomething4: Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user