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
}