public struct main { public private(set) var text = "Hello, World!" public init() { if (true) { print(text) } } }