Avatar
4> func foo() -> Nothing { 5. fatalError() 6. } 7> guard false else { 8. foo() // OK 9. }