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