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 f internal" "true"
// ERROR: Cannot access 'f': it is 'private' in file
package test
fun foo() {
val x = <caret>f()
}