Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
increaseVisibility
/
privateTopLevelVarWithSetterInFile.before.Main.kt
blob: 72c40c437a169fce57c61a17d47587f846b4ef09 [
file
] [
log
] [
blame
]
// "Make '<set-prop>' internal" "true"
// ACTION: Make '<set-prop>' public
// ERROR: Cannot assign to 'prop': the setter is private in file
package
test
fun foo
()
{
<caret>
prop
=
20
}