Skip to content

Commit

Permalink
Merge pull request #1783 from ornithocoder/updates_rules
Browse files Browse the repository at this point in the history
Update Rules.md
  • Loading branch information
marcelofabri authored Aug 16, 2017
2 parents 1a50451 + 720bbf6 commit 2794785
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -8223,6 +8223,26 @@ let foo: Int -> ()

```

```swift
func foo() -> ()?

```

```swift
func foo() -> ()!

```

```swift
func foo() -> Void?

```

```swift
func foo() -> Void!

```

</details>
<details>
<summary>Triggering Examples</summary>
Expand Down

0 comments on commit 2794785

Please sign in to comment.