introduce quickfix for change visiblity from private to internal for private top-level declarations

This commit is contained in:
Michael Nedzelsky
2015-09-02 15:35:43 +03:00
parent 93776b711e
commit 9f5bbf94d3
19 changed files with 161 additions and 0 deletions
@@ -0,0 +1,7 @@
// "Make <set-prop> internal" "true"
package test
fun foo() {
<caret>prop = 20
}