swiftlang/swift

[SR-4102] 'self' used before all stored properties are initialized when trying to pass in the type to method

Open

#46 685 ouverte le 28 févr. 2017

Voir sur GitHub
 (9 commentaires) (0 réactions) (0 assignés)Swift (10 719 forks)batch import
bugcompilerdiagnostics qualitygood first issue

Métriques du dépôt

Stars
 (69 989 stars)
Métriques de merge PR
 (Merge moyen 8j 17h) (510 PRs mergées en 30 j)

Description

Previous ID SR-4102
Radar None
Original Reporter nelsonaa (JIRA User)
Type Bug
Status Reopened
Resolution

Xcode Version 8.2.1 (8C1002)
OSX 10.12.3 (16D32)
Swift 3

Votes 0
Component/s Compiler
Labels Bug, DiagnosticsQoI, StarterBug
Assignee None
Priority Medium

md5: 492b655bbeac25797294a982ff63d7bf

Issue Description:

Get the error

'self' used before all stored properties are initialized

when trying to pass in the type into a method.

Guide contributeur