Hey! I’m in an class `Foobar` and referencing `Fo...
# intellij
b
Hey! I’m in an class
Foobar
and referencing
Foobar.SOME_CONSTANT
when I could simply using
SOME_CONSTANT
. In Java there’s a check for this (Unnecessarily qualified static access) - but I can’t seem to find it for Kotlin. Is it just me or it doesn’t exist?