Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
increaseVisibility
/
privateTopLevelFunInFile.after.kt
blob: d3490fcd4dcc852152e6f72eb5af34f94268c4e8 [
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
=
f
()
}