KT-44741: Improve handling of constants defined in companion objects

This commit is contained in:
Hung Nguyen
2021-12-16 21:57:08 +00:00
committed by nataliya.valtman
parent a900f2b66d
commit 9a995af0df
5 changed files with 65 additions and 54 deletions
@@ -117,7 +117,7 @@ open class IncrementalJsCache(
registerOutputForFile(srcFile, classId.asSingleFqName())
if (protoData is ClassProtoData) {
addToClassStorage(protoData.proto, protoData.nameResolver, srcFile)
addToClassStorage(protoData, srcFile)
}
}