Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b49a66

Browse files
committed
fix test
1 parent185ed4f commit5b49a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tests/fsharpqa/Source/Warnings/SuggestToUseIndexer.fs‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #Warnings
2-
//<Expects status="Error" span="(6,9)">This value is not a function and cannot be applied. Did you intend to access the indexer via d.[index] instead?</Expects>
3-
//<Expects status="Error" span="(8,9)"x x-first x-last">FS3217">This value is not a function and cannot be applied.$</Expects>
4-
//<Expects status="Error" span="(12,9)">This value is not a function and cannot be applied. Did you intend to access the indexer via expr.[index] instead?"</Expects>
2+
//<Expects status="Error" span="(7,9)">This value is not a function and cannot be applied. Did you intend to access the indexer via d.[index] instead?</Expects>
3+
//<Expects status="Error" span="(9,9)"x x-first x-last">FS0003">This value is not a function and cannot be applied.$</Expects>
4+
//<Expects status="Error" span="(12,10)">This value is not a function and cannot be applied. Did you intend to access the indexer via expr.[index] instead?"</Expects>
55

66
letd=[1,1]|> dict
77
lety= d[1]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp