What does let session = Session() guarantee when Session is a class with mutable properti…

from Structures and classes
Swift 6.3.3 beginner 1 min

What does let session = Session() guarantee when Session is a class with mutable properties?

Report an error