Revert "[IR] support storing signatures for non-public symbols"

This reverts commit 33cd7e982c.
This commit is contained in:
Anton Bannykh
2021-12-01 14:42:27 +03:00
committed by TeamCityServer
parent 12ea7a9092
commit cb3538db92
6 changed files with 40 additions and 51 deletions
@@ -48,9 +48,6 @@ abstract class Fir2IrBindableSymbol<out D : DeclarationDescriptor, B : IrDeclara
return "Unbound public symbol for $signature"
}
override val isPublicApi: Boolean
get() = true
companion object {
private const val GETTER_PREFIX = "<get"
private const val SETTER_PREFIX = "<set"