Related to KT-20713: add test for find usages in script
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c5cb45794a
commit
e37bfa13e3
@@ -0,0 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtProperty
|
||||
// OPTIONS: usages
|
||||
val <caret>foo = "foo"
|
||||
val bar = foo
|
||||
@@ -0,0 +1 @@
|
||||
Value read 4 val bar = foo
|
||||
Reference in New Issue
Block a user