File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ extension Indicator where T == Struct {
51
51
static var activity : Indicator < Struct > { fatalError ( ) }
52
52
}
53
53
54
- func receiver< T> ( _ inidicator : Indicator < T > ) { }
54
+ func receiver< T> ( _ indicator : Indicator < T > ) { }
55
55
56
56
func test( ) {
57
57
receiver ( . #^COMPLETE_GENERIC_TYPE^#)
@@ -60,7 +60,7 @@ func test() {
60
60
// COMPLETE_GENERIC_TYPE: Decl[Constructor]/CurrNominal/TypeRelation[Convertible]: init()[#Indicator<T>#];
61
61
// COMPLETE_GENERIC_TYPE: Decl[StaticVar]/CurrNominal/TypeRelation[Convertible]: activity[#Indicator<Struct>#];
62
62
63
- func testRecursive< T> ( _ inidicator : Indicator < T > ) {
63
+ func testRecursive< T> ( _ indicator : Indicator < T > ) {
64
64
testRecursive ( . #^COMPLETE_RECURSIVE_GENERIC^#)
65
65
// FIXME: We should be suggesting `.activity` here because the call to `testRecursive` happens with new generic parameters
66
66
// COMPLETE_RECURSIVE_GENERIC: Begin completions, 1 item
You can’t perform that action at this time.
0 commit comments