forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update line number due to new use statement
- Loading branch information
1 parent
6c911be
commit 4ed6f46
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
emptySeq3.chpl:3: error: unresolved call 'LinkedList(int(64)).init=(nil)' | ||
$CHPL_HOME/modules/standard/LinkedLists.chpl:77: note: this candidate did not match: LinkedList.init=(l: this.type ) | ||
$CHPL_HOME/modules/standard/LinkedLists.chpl:78: note: this candidate did not match: LinkedList.init=(l: this.type ) | ||
emptySeq3.chpl:3: note: because call actual argument #1 with type nil | ||
$CHPL_HOME/modules/standard/LinkedLists.chpl:77: note: is passed to formal 'l: LinkedList' | ||
$CHPL_HOME/modules/standard/LinkedLists.chpl:53: note: candidates are: LinkedList.init=(other: this.type) | ||
$CHPL_HOME/modules/standard/LinkedLists.chpl:78: note: is passed to formal 'l: LinkedList' | ||
$CHPL_HOME/modules/standard/LinkedLists.chpl:54: note: candidates are: LinkedList.init=(other: this.type) |