Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
increaseVisibility
/
privateTopLevelFunInFile.before.Main.kt
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
()
}