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
error messages
  • Loading branch information
KevinRansom committed Sep 1, 2020
commit 76af8187d50fa3914b1efec7c1252d0a93848efe
2 changes: 1 addition & 1 deletion tests/fsharp/Compiler/Language/StringInterpolation.fs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ check "vcewweh23" $"abc{({| A=1 |})}def" "abc{ A = 1 }def"
let x = $"one"
"""
[|(FSharpErrorSeverity.Error, 3350, (2, 9, 2, 15),
"Feature 'string interpolation' is not available in F# 4.7. Please use language version 'preview' or greater.")|]
"Feature 'string interpolation' is not available in F# 4.7. Please use language version 5.0 or greater.")|]


[<Test>]
Expand Down