You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
When I use nonNull Int for propertyWithCounter test fails with java.lang.NoSuchMethodError.
But when I use var propertyWithCounter: Int? = null -- all OK
Why it happens?
Reproduced only in Android Studio 1.3.4 with Kotlin plugin 1.2.61.
https://try.kotlinlang.org/#/Kotlin%20Koans/Properties/Properties/Task.kt - here is all ok.
The text was updated successfully, but these errors were encountered: