Added static checks for properties in traits; more tests for 'abstract'

This commit is contained in:
svtk
2011-09-12 16:01:48 +04:00
parent 60ab760d4a
commit 4071d67c41
7 changed files with 347 additions and 108 deletions
@@ -77,6 +77,7 @@ class MyCollection1(): java.lang.Iterable<Int> {
override fun next() : Int = k--
override fun hasNext() = k > 0
override fun remove() {}
}
}