-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitOrigin-RevId: 11a997867fed14546d1c67461130af8446a548ff
- Loading branch information
1 parent
245e875
commit 0d2fb46
Showing
8 changed files
with
63 additions
and
41 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
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
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
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
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
9 changes: 4 additions & 5 deletions
9
ReSharper.FSharp/test/data/features/daemon/fcsErrors/Error - no inherit lid.fs.gold
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,8 +1,7 @@ | ||
||(0)module Module | ||
module Module | ||
|
||
type T() = | ||
||inherit|(1)|(2) | ||
||inherit|(0)|(1) | ||
--------------------------------------------------------- | ||
(0): ReSharper Underlined Error Highlighting: internal error: rangeOfLidwd | ||
(1): ReSharper Underlined Error Highlighting: This 'inherit' declaration specifies the inherited type but no arguments. Consider supplying arguments, e.g. 'inherit BaseType(args)'. | ||
(2): ReSharper Underlined Error Highlighting: Type name cannot be empty. | ||
(0): ReSharper Underlined Error Highlighting: This 'inherit' declaration specifies the inherited type but no arguments. Consider supplying arguments, e.g. 'inherit BaseType(args)'. | ||
(1): ReSharper Underlined Error Highlighting: Type name cannot be empty. |
6 changes: 3 additions & 3 deletions
6
ReSharper.FSharp/test/data/features/parameterInfo/Reference - Local 01.fs.gold
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,7 +1,7 @@ | ||
ParameterInfo is available | ||
--- All invocables: ---- | ||
(int) : string | ||
Parameter: 0 'int' | ||
(x: int) : string | ||
Parameter: 0 'x: int' | ||
|
||
--- Accepted invocables: --- | ||
(int) : string | ||
(x: int) : string |
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