blob: 4d2f0f5b41d3ea522497b91092f05a44d58d1e1d [file] [log] [blame]
// "Make 'f' internal" "true"
// ACTION: Make 'f' public
// ERROR: Cannot access 'f': it is private in file
package test
fun foo() {
val x = <caret>f()
}