Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
090f9670edbde64751f249d4fe53bfa5fc02f75a
/
.
/
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