blob: 8169ab4dafc0f9a4ae1a01f87c65e4e77d0c9fe9 [file] [log] [blame]
class TestPropertyInitializer {
var withSetter = "/sdcard"
get() = field
set(p) {
field = p
}
}