KT-44741: Improve handling of constants defined in companion objects
This commit is contained in:
committed by
nataliya.valtman
parent
a900f2b66d
commit
9a995af0df
@@ -117,7 +117,7 @@ open class IncrementalJsCache(
|
||||
registerOutputForFile(srcFile, classId.asSingleFqName())
|
||||
|
||||
if (protoData is ClassProtoData) {
|
||||
addToClassStorage(protoData.proto, protoData.nameResolver, srcFile)
|
||||
addToClassStorage(protoData, srcFile)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user