Added API in PSI to add/remove modifiers and refactored quickfixes to use it

This commit is contained in:
Valentin Kipyatkov
2014-10-07 15:46:17 +04:00
parent 12b7d218b7
commit 05aaea48e9
23 changed files with 250 additions and 161 deletions
@@ -0,0 +1,4 @@
// "Make 'A' open" "true"
public class A() {
<caret>open fun foo() {}
}