Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
publishedApi
/
simpleVar.kt
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
}()
}
}