Supported converting member properties to extensions

Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
This commit is contained in:
Andrey Breslav
2013-08-27 13:22:15 +04:00
parent c02f0a7d04
commit 3002ac96f0
29 changed files with 304 additions and 42 deletions
@@ -0,0 +1,4 @@
class Owner {
val <caret>p: Int
get() { return 1}
}