blob: da34820f05ccfadcde57097f7d2f5427d82d7439 [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() {
prop = 20
}