File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ func test015() {
227
227
}
228
228
// Check that we can complete on the bound value; Not exhaustive..
229
229
// INT_DOT: Begin completions
230
- // INT_DOT-DAG: Decl[InstanceVar]/CurrNominal : bigEndian[#Int32#]; name=bigEndian
231
- // INT_DOT-DAG: Decl[InstanceVar]/CurrNominal : littleEndian[#Int32#]; name=littleEndian
230
+ // INT_DOT-DAG: Decl[InstanceVar]/Super : bigEndian[#( Int32) #]; name=bigEndian
231
+ // INT_DOT-DAG: Decl[InstanceVar]/Super : littleEndian[#( Int32) #]; name=littleEndian
232
232
// INT_DOT: End completions
233
233
234
234
//===--- Inside catch body top-level
Original file line number Diff line number Diff line change 10
10
1 . #^LITERAL1^#
11
11
}
12
12
// LITERAL1: Begin completions
13
- // LITERAL1-DAG: Decl[InstanceVar]/CurrNominal: bigEndian[#Int#]; name=bigEndian{{$}}
14
- // LITERAL1-DAG: Decl[InstanceVar]/CurrNominal: littleEndian[#Int#]; name=littleEndian{{$}}
13
+ // LITERAL1-DAG: Decl[InstanceVar]/Super: bigEndian[#Int#]; name=bigEndian{{$}}
14
+ // LITERAL1-DAG: Decl[InstanceVar]/Super: littleEndian[#Int#]; name=littleEndian{{$}}
15
15
// LITERAL1-DAG: Decl[InstanceVar]/CurrNominal: byteSwapped[#Int#]; name=byteSwapped{{$}}
16
16
// LITERAL1-DAG: Decl[InstanceVar]/CurrNominal: nonzeroBitCount[#Int#]; name=nonzeroBitCount{{$}}
17
17
You can’t perform that action at this time.
0 commit comments