Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
analysis
/
symbol-light-classes
/
testData
/
lightElements
/
propertyWithExplicitAccessorsAndAnnotation.kt
blob: 47d6f665b23b81b6b0e16064bb243095566aa439 [
file
]
// EXPECTED: org.jetbrains.kotlin.light.classes.symbol.methods.SymbolLightAccessorMethod
@get
:
JvmName
(
"getBar"
)
val
<caret>
p
:
Int
get
()
=
42