createPropertyAssignment
abstract fun createPropertyAssignment(name: String, initializer: Expression): PropertyAssignment(source)
abstract fun createPropertyAssignment(name: PropertyName, initializer: Expression): PropertyAssignment(source)