Get PsiMethod wrappers for properties and property accessors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
class Test {
|
||||
var <caret>someProperty = "No wrapper is expected"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user