Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Error message prefixed by "This construct is deprecated."
  • Loading branch information
sergey-tihon committed Jul 13, 2019
commit efc2c610fc63c6e5da2ea400b71e141bb1630510
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module Library =
FSharpErrorSeverity.Warning
44
(4, 8, 4, 16)
"The type 'Hidden' is less accessible than the value, member or type 'Exported' it is used in"
"This construct is deprecated. The type 'Hidden' is less accessible than the value, member or type 'Exported' it is used in"

[<Test>]
let ``Test2``() =
Expand All @@ -41,7 +41,7 @@ module Library =
FSharpErrorSeverity.Warning
44
(4, 8, 4, 16)
"The type 'Hidden' is less accessible than the value, member or type 'Exported' it is used in"
"This construct is deprecated. The type 'Hidden' is less accessible than the value, member or type 'Exported' it is used in"

[<Test>]
let ``Test4``() =
Expand All @@ -53,8 +53,8 @@ module Library =
"""
FSharpErrorSeverity.Warning
44
(4, 8, 4, 16)
"The type 'Hidden' is less accessible than the value, member or type 'Exported' it is used in"
(4, 17, 4, 25)
"This construct is deprecated. The type 'Hidden' is less accessible than the value, member or type 'Exported' it is used in"

[<Test>]
let ``Test5``() =
Expand Down