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