Closed gohanlon closed 12 months ago
Fixes #27.
Crash was when encountering invalid Swift code with redeclarations of properties, e.g., let x: Int; let x: Int or let x, x: Int.
let x: Int; let x: Int
let x, x: Int
Fixes #27.
Crash was when encountering invalid Swift code with redeclarations of properties, e.g.,
let x: Int; let x: Int
orlet x, x: Int
.