[IR] support storing signatures for non-public symbols
This commit is contained in:
committed by
TeamCityServer
parent
d74ab1538b
commit
33cd7e982c
@@ -48,6 +48,9 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user