File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // ===--- TypeCheckCaptures.cpp - Capture Analysis ------------------------===//
1
+ // ===--- TypeCheckCaptures.cpp - Capture Analysis ------------------------- ===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change @@ -201,12 +201,12 @@ func takesSugaredType1(m: ConcreteClass.TA<Float>) {
201
201
takesUnsugaredType1 ( m: m)
202
202
}
203
203
204
- // FIXME: Something's wrong with SpecializeExpr here
204
+ // FIXME: Something is wrong with SpecializeExpr here
205
205
let _ = ConcreteStruct . O< Int> ( 123 ) // expected-error {{cannot invoke value of type 'Optional<Int>.Type' with argument list '(Int)'}}
206
206
207
207
// Qualified lookup of generic typealiases nested inside generic contexts
208
208
209
- // FIXME: Something's wrong with SpecializeExpr here
209
+ // FIXME: Something is wrong with SpecializeExpr here
210
210
let _ = GenericClass < Int > . TA < Float > ( a: 4.0 , b: 1 ) // expected-error {{'Int' is not convertible to 'Float'}}
211
211
let _ = GenericClass < Int > . TA < Float > ( a: 1 , b: 4.0 ) // expected-error {{'Int' is not convertible to 'Float'}}
212
212
You can’t perform that action at this time.
0 commit comments