bod
09/18/2018, 11:55 AMFoobar 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?