Files
swift-mirror/test/Concurrency/Inputs/ShadowsConcur.swift
2020-11-09 13:56:41 -08:00

6 lines
87 B
Swift

public struct Task {
public var someProperty : String = "123"
public init() { }
}