[FIR] Enable property delegate rendering in html dump
This commit is contained in:
@@ -965,6 +965,12 @@ class HtmlFirDump internal constructor(private var linkResolver: FirLinkResolver
|
||||
+" = "
|
||||
generate(initializer)
|
||||
}
|
||||
|
||||
val delegate = property.delegate
|
||||
if (delegate != null) {
|
||||
keyword(" by ")
|
||||
generate(delegate)
|
||||
}
|
||||
}
|
||||
|
||||
withIdentLevel {
|
||||
|
||||
Reference in New Issue
Block a user