Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
analysis
/
symbol-light-classes
/
testData
/
lightElements
/
mangledNameWithAnnotations.kt
blob: 0498ea9660358b37aa6b1b1948dd1c485bf33bbd [
file
]
// EXPECTED: org.jetbrains.kotlin.light.classes.symbol.methods.SymbolLightAccessorMethod
// EXPECTED: org.jetbrains.kotlin.light.classes.symbol.fields.SymbolLightFieldForProperty
class
Foo
{
@get
:
JvmName
(
"getBar"
)
val
<caret>
p
:
Int
=
42
}