swiftlang/swift

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

开放

#46,685 创建于 2017年2月28日

 (9 条评论) (0 个反应) (0 位负责人)Swift (10,719 个派生)batch import
bugcompilerdiagnostics qualitygood first issue

仓库指标

星标
 (69,989 个星标)
PR 合并指标
 (平均合并 8天 17小时) (30 天内合并 510 个 PR)

描述

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.

贡献者指南