Related to KT-20713: add test for find usages in script

This commit is contained in:
Mikhail Glukhikh
2017-10-10 17:10:33 +03:00
committed by Mikhail Glukhikh
parent c5cb45794a
commit e37bfa13e3
5 changed files with 47 additions and 27 deletions
+4
View File
@@ -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