Carte icon indicating copy to clipboard operation
Carte copied to clipboard

'let' properties are implicitly 'final'; use 'public' instead of 'open'

Open ataravati opened this issue 6 years ago • 0 comments

I can't build my project. I get the following error:

'let' properties are implicitly 'final'; use 'public' instead of 'open'

I get the error at the line open let carteItem: CarteItem inside CarteDetailViewController.

ataravati avatar Sep 16 '19 20:09 ataravati