|
1 | 1 | // #Warnings |
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> |
| 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 | 3 | //<Expects status="Error" span="(9,9)" id="FS0003">This value is not a function and cannot be applied.$</Expects> |
4 | | -//<Expects status="Error" span="(12,10)">Thisvalue is not a function and cannot be applied. Did you intend to access the indexer via expr.[index] instead?"</Expects> |
| 4 | +//<Expects status="Error" span="(12,10)">Thisexpression is not a function and cannot be applied. Did you intend to access the indexer via expr.\[index\] instead?</Expects> |
5 | 5 |
|
6 | 6 | letd=[1,1]|> dict |
7 | 7 | lety= d[1] |
|