Skip to content

Instantly share code, notes, and snippets.

@MP0w
Created March 13, 2016 17:11
Show Gist options
  • Save MP0w/74ecbacf3346f4f5c31d to your computer and use it in GitHub Desktop.
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)
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