AlexStankevich
Results
1
issues of
AlexStankevich
When I use nonNull Int for propertyWithCounter test fails with java.lang.NoSuchMethodError. ``` var propertyWithCounter: Int = 0 set(value) { field = value counter++ } ``` But when I use var...