Created
March 13, 2016 17:11
-
-
Save MP0w/74ecbacf3346f4f5c31d to your computer and use it in GitHub Desktop.
SIL segmentation fault (same crash as https://bugs.swift.org/browse/SR-358 , already fixed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public protocol A { | |
| func methodName() | |
| } | |
| extension A { | |
| func methodName(differentParam: Any) {} | |
| } | |
| class Test: A {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment