Fix testdata for find usages of properties

This commit is contained in:
Igor Yakovlev
2019-04-29 16:59:09 +03:00
parent 7608b11691
commit ab852750cc
@@ -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)