index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
testdata
/
properties
/
variablePropertyWithAccessors.kt
blob: 152fb7d0aecc41f7575814daaac2d66106f7c07b (
plain
)
1
2
3
4
var
property
:
String
get
()
=
"test"
set
(
value
)
{
}