Checklist
Expected Behavior
We can compile example macOS application
Current Behavior
has compile error.
|
let snapshot = DiffableDataSourceSnapshot<Section, Mountain>() |
this let should be var
Steps to Reproduce
- just run
Example-macOS
Environments
-
version: 0.4.0
-
Swift version: 5.2.4
-
Xcode version: 11.6
Checklist
Expected Behavior
We can compile example macOS application
Current Behavior
has compile error.
DiffableDataSources/Examples/Example-macOS/MountainsViewController.swift
Line 52 in 581b4f8
this
letshould bevarSteps to Reproduce
Example-macOSEnvironments
version: 0.4.0
Swift version: 5.2.4
Xcode version: 11.6