Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8d40addca3a75fc9776c1837e59eaa2717c1b2d0
/
.
/
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
}