@@ -635,18 +635,17 @@ let _ =
635635 su.Symbol.ToString(), ( r.StartLine, r.StartColumn, r.EndLine, r.EndColumn))
636636|> shouldEqual
637637// note: these "System" sysbol uses are not duplications because each of them corresponts to different namespaces
638- [|( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
638+ [|( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
639639( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
640640( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
641641( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
642642( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
643643( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
644- ( " System" , ( 2 , 5 , 2 , 11 )); ( " System" , ( 2 , 5 , 2 , 11 ));
645- ( " ConsoleKey" , ( 5 , 10 , 5 , 20 )); ( " field Tab" , ( 5 , 10 , 5 , 24 ));
646- ( " ConsoleKey" , ( 6 , 6 , 6 , 16 )); ( " field OemClear" , ( 6 , 6 , 6 , 25 ));
647- ( " ConsoleKey" , ( 6 , 29 , 6 , 39 )); ( " field A" , ( 6 , 29 , 6 , 41 ));
648- ( " ConsoleKey" , ( 7 , 11 , 7 , 21 )); ( " field B" , ( 7 , 11 , 7 , 23 ));
649- ( " Test" , ( 1 , 0 , 1 , 0 ))|]
644+ ( " System" , ( 2 , 5 , 2 , 11 )); ( " ConsoleKey" , ( 5 , 10 , 5 , 20 ));
645+ ( " field Tab" , ( 5 , 10 , 5 , 24 )); ( " ConsoleKey" , ( 6 , 6 , 6 , 16 ));
646+ ( " field OemClear" , ( 6 , 6 , 6 , 25 )); ( " ConsoleKey" , ( 6 , 29 , 6 , 39 ));
647+ ( " field A" , ( 6 , 29 , 6 , 41 )); ( " ConsoleKey" , ( 7 , 11 , 7 , 21 ));
648+ ( " field B" , ( 7 , 11 , 7 , 23 )); ( " Test" , ( 1 , 0 , 1 , 0 ))|]
650649
651650[<Test>]
652651let ``Literal values should be reported`` () =