blob: 7512251332dbd3e9e164df899e6a11b5a2a6fcf9 [file] [log] [blame]
public enum Enum { case one } // expected-note {{type declared here}}
public enum GenericEnum<T> { case one(Int) } // expected-note {{type declared here}}
public struct Struct {} // expected-note {{type declared here}}
public struct GenericStruct<T> {} // expected-note {{type declared here}}