blob: fe8fd983a230a934e7962251cef78548dd44c7d5 [file] [log] [blame]
var Int.prop: String
get() = TODO()
set(value) {
<caret>
}