Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
increaseVisibility
/
privateTopLevelVarInFile.after.kt
blob: 0efa1008c6807aa02b7a562822baa35d1f82cea6 [
file
] [
log
] [
blame
]
// "Make 'prop' internal" "true"
// ACTION: Make 'prop' public
// ERROR: Cannot access 'prop': it is private in file
package
test
fun foo
()
{
prop
=
20
}