IR: compute signatures for fields
This commit is contained in:
committed by
TeamCityServer
parent
b2617199bc
commit
b177779b66
+4
@@ -190,6 +190,10 @@ class PublicIdSignatureComputer(val mangler: KotlinMangler.IrMangler) : IdSignat
|
|||||||
hashId = declaration.hashId()
|
hashId = declaration.hashId()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun visitField(declaration: IrField) {
|
||||||
|
collectFqNames(declaration)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user