Quick fix renamed: ChangePrivateTopLevelToInternal --> IncreaseVisibility

This commit is contained in:
Mikhail Glukhikh
2016-04-08 16:27:34 +03:00
parent a94ebcdeb4
commit 2098bed86d
19 changed files with 39 additions and 38 deletions
@@ -0,0 +1,8 @@
// "Make <set-prop> internal" "true"
// ERROR: Cannot assign to 'prop': the setter is private in file
package test
fun foo() {
prop = 20
}