Do not add inner class names to functions in Java static scope
Previously it was needed for SAM adapters, but they can no longer be found in this scope
This commit is contained in:
-1
@@ -48,7 +48,6 @@ class LazyJavaStaticClassScope(
|
||||
if (jClass.isEnum) {
|
||||
addAll(listOf(DescriptorUtils.ENUM_VALUE_OF, DescriptorUtils.ENUM_VALUES))
|
||||
}
|
||||
addAll(jClass.innerClassNames)
|
||||
}
|
||||
|
||||
override fun computePropertyNames(kindFilter: DescriptorKindFilter, nameFilter: ((Name) -> Boolean)?) =
|
||||
|
||||
Reference in New Issue
Block a user