Fix testdata for find usages of properties
This commit is contained in:
+3
-2
@@ -1,2 +1,3 @@
|
||||
Value read 12 override fun processRequest() = "foo" + foo
|
||||
Value read 8 open fun processRequest() = foo
|
||||
[kotlinPrivatePropertyUsages.0.kt] Value read 12 override fun processRequest() = "foo" + foo
|
||||
[kotlinPrivatePropertyUsages.0.kt] Value read 8 open fun processRequest() = foo
|
||||
[kotlinPrivatePropertyUsages.1.kt] Value read 5 println(Server().foo)
|
||||
Reference in New Issue
Block a user