Get PsiMethod wrappers for properties and property accessors
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
var some: String
|
||||
get() = "Hi"
|
||||
<caret>set(value) {}
|
||||
Reference in New Issue
Block a user