Go to implementation line markers for properties

This commit is contained in:
Nikolay Krasko
2013-05-06 15:58:14 +04:00
parent 3c087965f1
commit 9bb2d90bca
5 changed files with 201 additions and 46 deletions
@@ -0,0 +1,7 @@
open class <lineMarker></lineMarker>Base {
open var <lineMarker></lineMarker>writable: Int = 12
}
class SubBase: Base() {
override var <lineMarker></lineMarker>writable: Int = 42
}