apatrida
10/08/2015, 3:51 PMprivate val threadedValues = object : ThreadLocal<HashMap<Instance, Any>>() {
override protected fun initialValue(): HashMap<Instance, Any> {
return hashMapOf()
}
}
produces:
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)