This warning seems off in 0.1-SNAPSHOT: ``` pr...
# announcements
a
This warning seems off in 0.1-SNAPSHOT:
Copy code
private val threadedValues = object : ThreadLocal<HashMap<Instance, Any>>() {
       override protected fun initialValue(): HashMap<Instance, Any> {
           return hashMapOf()
       }
    }
produces:
Copy code
w: /Users/jminard/DEV/Kohesive/repos/injekt/core/src/main/kotlin/uy/kohesive/injekt/registry/default/DefaultRegistrar.kt: (24, 43): Deprecated: subclass effective visibility 'public' should not be better that its superclass effective visibility 'internal'
or am I missing something? if not, will report to youtrack. (now KT-9526)