Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
plugins
/
uast-kotlin
/
testData
/
PropertyInitializer.kt
blob: 8169ab4dafc0f9a4ae1a01f87c65e4e77d0c9fe9 [
file
] [
log
] [
blame
]
class
TestPropertyInitializer
{
var
withSetter
=
"/sdcard"
get
()
=
field
set
(
p
)
{
field
=
p
}
}