K2: use MutableOrEmptyList for type arguments
This commit is contained in:
committed by
Space Team
parent
a48610000d
commit
d20d63786b
+1
-1
@@ -31,7 +31,7 @@ object FieldSets {
|
||||
)
|
||||
}
|
||||
|
||||
val typeArguments by lazy { fieldList("typeArguments", typeProjection, withReplace = true) }
|
||||
val typeArguments by lazy { fieldList("typeArguments", typeProjection, useMutableOrEmpty = true, withReplace = true) }
|
||||
|
||||
val arguments by lazy { fieldList("arguments", expression) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user