Closed BSteffaniak closed 7 years ago
func(123() -> String) { }
123 is not a valid identifier, but passes as a closure. Validate that it is a valid identifier before returning closure declaration.
123 is not a valid identifier, but passes as a closure. Validate that it is a valid identifier before returning closure declaration.