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 @@ -36,7 +36,7 @@ func testGlobalLookup() {
36
36
@TupleBuilder < String > var x1 {
37
37
#^GLOBAL_LOOKUP^#
38
38
// GLOBAL_LOOKUP: Begin completions
39
- // GLOBAL_LOOKUP: Decl[GlobalVar]/CurrModule/TypeRelation[Identical ]: MyConstantString[#String#];
39
+ // GLOBAL_LOOKUP: Decl[GlobalVar]/CurrModule/TypeRelation[Convertible ]: MyConstantString[#String#];
40
40
// GLOBAL_LOOKUP: End completions
41
41
}
42
42
@@ -81,7 +81,7 @@ func testStaticMemberLookup() {
81
81
@TupleBuilder < String > var x1 {
82
82
StringFactory. #^COMPLETE_STATIC_MEMBER^#
83
83
// COMPLETE_STATIC_MEMBER: Begin completions
84
- // COMPLETE_STATIC_MEMBER: Decl[StaticMethod]/CurrNominal/TypeRelation[Identical ]: makeString({#x: String#})[#String#];
84
+ // COMPLETE_STATIC_MEMBER: Decl[StaticMethod]/CurrNominal/TypeRelation[Convertible ]: makeString({#x: String#})[#String#];
85
85
// COMPLETE_STATIC_MEMBER: End completions
86
86
}
87
87
You can’t perform that action at this time.
0 commit comments