File tree 3 files changed +19
-18
lines changed
3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "Lazy Views" : [
3
- " Algorithm.swift" ,
4
- " Flatten.swift" ,
5
- " FlatMap.swift" ,
6
- " Map.swift" ,
7
- " Join.swift" ,
8
- " Zip.swift" ,
9
- " Filter.swift" ,
10
- " Reverse.swift" ,
11
- " Slice.swift" ,
12
- " SequenceWrapper.swift" ,
13
- " LazyCollection.swift" ,
14
- " LazySequence.swift" ,
15
- " ExistentialCollection.swift"
16
- ],
17
2
"Array" : [
18
3
" ArrayBody.swift" ,
19
4
" ArrayBuffer.swift" ,
68
53
" SequenceAlgorithms.swift" ,
69
54
" RangeReplaceableCollectionType.swift" ,
70
55
" Index.swift" ,
71
- " Existential.swift"
56
+ " Existential.swift" ,
57
+ {
58
+ "Lazy Views" : [
59
+ " Algorithm.swift" ,
60
+ " Flatten.swift" ,
61
+ " FlatMap.swift" ,
62
+ " Map.swift" ,
63
+ " Join.swift" ,
64
+ " Zip.swift" ,
65
+ " Filter.swift" ,
66
+ " Reverse.swift" ,
67
+ " Slice.swift" ,
68
+ " SequenceWrapper.swift" ,
69
+ " LazyCollection.swift" ,
70
+ " LazySequence.swift" ,
71
+ " ExistentialCollection.swift" ]
72
+ }
72
73
],
73
74
"C" : [
74
75
" BridgeObjectiveC.swift" ,
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ var x: Int
41
41
42
42
// RUN: %sourcekitd-test -req=module-groups -module Swift | FileCheck -check-prefix=GROUP1 %s
43
43
// GROUP1: <GROUPS>
44
- // GROUP1-DAG: Lazy Views
45
44
// GROUP1-DAG: Assert
46
45
// GROUP1-DAG: String
47
46
// GROUP1-DAG: Collection
47
+ // GROUP1-DAG: Collection.Lazy Views
48
48
// GROUP1-DAG: Bool
49
49
// GROUP1-DAG: Math
50
50
// GROUP1-DAG: Misc
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func foo2(var a : [S1]) {
27
27
28
28
// RUN: %sourcekitd-test -req=cursor -pos=5:13 %s -- %s %mcp_opt %clang-importer-sdk | FileCheck -check-prefix=CHECK-GENERATOR %s
29
29
// CHECK-GENERATOR-NOT: _AnyGeneratorBase
30
- // CHECK-GENERATOR: <Group>Lazy Views</Group>
30
+ // CHECK-GENERATOR: <Group>Collection. Lazy Views</Group>
31
31
32
32
// RUN: %sourcekitd-test -req=cursor -pos=8:10 %s -- %s %mcp_opt %clang-importer-sdk | FileCheck -check-prefix=CHECK-REPLACEMENT1 %s
33
33
// CHECK-REPLACEMENT1: <Group>Collection</Group>
You can’t perform that action at this time.
0 commit comments