blob: 3feea923a6ae2a43edb62b979f0f968cd7b51acd [file] [log] [blame]
// SWIFT_ENABLE_TENSORFLOW
// expected-note @+1 {{type declared here}}
struct OtherFileNonconforming {
var int: Int
var float: Float
}
// expected-note @+1 {{type declared here}}
struct GenericOtherFileNonconforming<T : KeyPathIterable> {
var x: T
var int: Int
var float: Float
}