Replace deprecated displayName.
(cherry picked from commit d1cbeb355748590e8f0f20e1c7ae36e720870ea4)
This commit is contained in:
committed by
Vasily Levchenko
parent
2b44c908eb
commit
4bf2fb0811
@@ -62,7 +62,7 @@ class KlibPrinter(out: Appendable) {
|
||||
append(Renderers.DEFAULT.renderAnnotation(it)).append(" ")
|
||||
}
|
||||
if (visibility != Visibilities.DEFAULT_VISIBILITY) {
|
||||
append(visibility.displayName).append(" ")
|
||||
append(visibility.internalDisplayName).append(" ")
|
||||
}
|
||||
when (this@render) {
|
||||
is PropertyGetterDescriptor -> append("get")
|
||||
|
||||
Reference in New Issue
Block a user