CreateExpect: should prefer type aliases
#KT-32571 Fixed
This commit is contained in:
-2
@@ -231,13 +231,11 @@ private val EXPECT_RENDERER = OVERRIDE_RENDERER.withOptions {
|
||||
secondaryConstructorsAsPrimary = false
|
||||
renderDefaultVisibility = false
|
||||
renderDefaultModality = false
|
||||
renderTypeExpansions = true
|
||||
}
|
||||
|
||||
private val ACTUAL_RENDERER = EXPECT_RENDERER.withOptions {
|
||||
modifiers = modifiers + ACTUAL
|
||||
actualPropertiesInPrimaryConstructor = true
|
||||
renderTypeExpansions = false
|
||||
renderConstructorDelegation = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user