• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 var property: String
2     get() = "test"
3     set(value) {
4     }