blob: d12f2fdddbf03d7d3412ddc4ef4bfd776cf15532 [file] [log] [blame]
// "Make 'prop' internal" "true"
// ACTION: Make 'prop' public
// ERROR: Cannot access 'prop': it is private in file
package test
fun foo() {
val x = <caret>prop
}