Mass test data update: find usages doesn't contain column anymore

This commit is contained in:
Nikolay Krasko
2015-12-23 15:14:33 +03:00
parent b6f3bf9869
commit a71d1c24ff
216 changed files with 822 additions and 816 deletions
@@ -1,2 +1,2 @@
Local variable declaration (9: 14) val foo: Foo
Usage in import (6: 16) import library.Foo
Local variable declaration 9 val foo: Foo
Usage in import 6 import library.Foo
@@ -1 +1 @@
New instance creation (9: 5) Foo(1)
New instance creation 9 Foo(1)
@@ -1 +1 @@
Value write (9: 11) Foo().x = 1
Value write 9 Foo().x = 1
@@ -1 +1 @@
Function call (9: 11) Foo().bar(1)
Function call 9 Foo().bar(1)
@@ -1 +1 @@
Value write (9: 9) Foo.X = 1
Value write 9 Foo.X = 1
@@ -1 +1 @@
Function call (9: 9) Foo.baz(1)
Function call 9 Foo.baz(1)