File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ class C4 {
157157// UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem: map({#(self): Optional<SomeEnum1>#})[#((SomeEnum1) throws(Error) -> ~Copyable) -> ~Copyable?#]; name=map(:)
158158// UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem: flatMap({#(self): Optional<SomeEnum1>#})[#((SomeEnum1) throws(Error) -> ~Copyable?) -> ~Copyable?#];
159159// UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem/TypeRelation[Invalid]: hash({#(self): Optional<SomeEnum1>#})[#(into: inout Hasher) -> Void#];
160+ // UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem: take({#(self): &Optional<SomeEnum1>#})[#() -> Optional<SomeEnum1>#];
160161
161162// Exhaustive to make sure we don't include `init({#(some):` or `init({#nilLiteral:` entries
162163// UNRESOLVED_3_OPTOPTOPT: Begin completions, 10 items
Original file line number Diff line number Diff line change 1616// REQUIRES: executable_test
1717
1818import StdlibUnittest
19- import Synchronization
2019
2120struct Hypoarray < Element: ~ Copyable> : ~ Copyable {
2221 private var _storage : UnsafeMutableBufferPointer < Element >
You can’t perform that action at this time.
0 commit comments