blob: cb279192cc9ea000a3a93b017d8da88285523a7e [file] [log] [blame]
// SWIFT_ENABLE_TENSORFLOW
// expected-note @+1 {{type declared here}}
struct OtherFileNonconforming : AdditiveArithmetic {
var float: Float
}
// expected-note @+1 {{type declared here}}
struct GenericOtherFileNonconforming<T : VectorProtocol> : AdditiveArithmetic {
var x: T
var y: T
}