blob: d14d0c73e4aa3b1e2eacb1b30efeda8e452be027 [file] [log] [blame]
// "Replace with generated @PublishedApi bridge call '`access$prop`'" "true"
annotation class Z
open class ABase {
@Z
protected var prop = 1
inline fun test() {
{
<caret>prop
}()
}
}