Create actual: add delegation to secondary constructor, if needed

#KT-26518 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-11-14 19:28:41 +03:00
parent 90a2f70fd1
commit 46a5d76254
9 changed files with 39 additions and 2 deletions
@@ -216,6 +216,7 @@ private val ACTUAL_RENDERER = OVERRIDE_RENDERER.withOptions {
secondaryConstructorsAsPrimary = false
renderDefaultVisibility = false
renderDefaultModality = false
renderConstructorDelegation = true
renderActualAnnotationPropertiesInPrimaryConstructor = true
}