Get PsiMethod wrappers for properties and property accessors

This commit is contained in:
Nikolay Krasko
2013-05-16 19:07:53 +04:00
parent d97ab29588
commit 312bd6f828
8 changed files with 225 additions and 47 deletions
@@ -0,0 +1,3 @@
class Test {
var <caret>test = "Test"
}