Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
increaseVisibility
/
privateTopLevelVarInFile.before.Main.kt
blob: fd8db552978cdc37bc248fe07f913dccba6f7284 [
file
] [
log
] [
blame
]
// "Make 'prop' internal" "true"
// ACTION: Make 'prop' public
// ERROR: Cannot access 'prop': it is private in file
package
test
fun foo
()
{
<caret>
prop
=
20
}