Added static checks for properties in traits; more tests for 'abstract'
This commit is contained in:
@@ -77,6 +77,7 @@ class MyCollection1(): java.lang.Iterable<Int> {
|
||||
|
||||
override fun next() : Int = k--
|
||||
override fun hasNext() = k > 0
|
||||
override fun remove() {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user