Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-43] Setting setter of var before getter makes SourceKit crashes #42666

Closed
swift-ci opened this issue Dec 4, 2015 · 2 comments
Closed

[SR-43] Setting setter of var before getter makes SourceKit crashes #42666

swift-ci opened this issue Dec 4, 2015 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@swift-ci
Copy link
Collaborator

swift-ci commented Dec 4, 2015

Previous ID SR-43
Radar None
Original Reporter Sylvain (JIRA User)
Type Bug
Status Closed
Resolution Cannot Reproduce
Environment

Xcode 7.1.1

Additional Detail from JIRA
Votes 1
Component/s Source Tooling
Labels Bug
Assignee None
Priority Medium

md5: f0e97f4e0c6ff7487db9062463d7658b

Issue Description:

The code below makes SourceKit crash until you implement get :

var foo: String {
    set {
    }
}
@belkadan
Copy link
Contributor

belkadan commented Dec 8, 2015

The compiler doesn't crash, so moving back over to SourceKit.

@nkcsgexi
Copy link
Member

Not reproducible anymore.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

3 participants