Join Slack
Powered by
What is the equivalent of a class scope `private s...
# announcements
f
fmd
06/16/2016, 12:54 PM
What is the equivalent of a class scope
private static final int CONST = 0
in Kotlin? I know there is
private const val FOO = 0
but that is only allowed on file scope (which is wider than necessary).
Open in Slack
Previous
Next