Mass test data update: find usages doesn't contain column anymore
This commit is contained in:
+2
-2
@@ -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
@@ -1 +1 @@
|
||||
New instance creation (9: 5) Foo(1)
|
||||
New instance creation 9 Foo(1)
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
Value write (9: 11) Foo().x = 1
|
||||
Value write 9 Foo().x = 1
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
Function call (9: 11) Foo().bar(1)
|
||||
Function call 9 Foo().bar(1)
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
Value write (9: 9) Foo.X = 1
|
||||
Value write 9 Foo.X = 1
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
Function call (9: 9) Foo.baz(1)
|
||||
Function call 9 Foo.baz(1)
|
||||
|
||||
Reference in New Issue
Block a user