Frontend: create component functions for properties with error types
Fixes an inconsistency in light classes where we could have different class structure depending on whether the type was resolved
This commit is contained in:
-1
@@ -163,7 +163,6 @@ open class LazyClassMemberScope(
|
||||
var componentIndex = 0
|
||||
|
||||
for (parameter in constructor.valueParameters) {
|
||||
if (parameter.type.isError) continue
|
||||
if (!primaryConstructorParameters.get(parameter.index).hasValOrVar()) continue
|
||||
|
||||
val properties = getContributedVariables(parameter.name, location)
|
||||
|
||||
Reference in New Issue
Block a user