woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Types used as typecasting

invinciible opened this issue · comments

Structure Types if used in typecasting while decoding the Data using Codable protocol using "as" keyword creating a warning.

commented

Will take a look at it, thanks

commented

Could you show me the code, my English is not very good, so I don’t particularly understand your case.

Screenshot 2019-12-12 at 5 46 25 PM

Leaves type used on line number 16.

commented

fixed