Avatar
@swift-5.5.3 @MainActor struct View { init() {} } func nonIsolated() { _ = View() }