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
}