diff --git a/tests/fsharpqa/Source/Warnings/SuggestToUseIndexer.fs b/tests/fsharpqa/Source/Warnings/SuggestToUseIndexer.fs index 7b0ab10823a52b8f94fdd3d8959b0ec2e9400e75..6ca91a819f79e111c5441c37594ab95893553fb7 100644 --- a/tests/fsharpqa/Source/Warnings/SuggestToUseIndexer.fs +++ b/tests/fsharpqa/Source/Warnings/SuggestToUseIndexer.fs @@ -1,7 +1,7 @@ // #Warnings -//This value is not a function and cannot be applied. Did you intend to access the indexer via d.[index] instead? +//This value is not a function and cannot be applied. Did you intend to access the indexer via d.\[index\] instead? //This value is not a function and cannot be applied.$ -//This value is not a function and cannot be applied. Did you intend to access the indexer via expr.[index] instead?" +//This expression is not a function and cannot be applied. Did you intend to access the indexer via expr.\[index\] instead? let d = [1,1] |> dict let y = d[1]