Better test

This commit is contained in:
Valentin Kipyatkov
2015-08-26 13:56:06 +03:00
parent dcfe9b98d7
commit d62eeb1c25
2 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
abstract class X : java.util.ArrayList<String>(), Runnable {
override fun size(): Int {
<selection><caret>return super.size()</selection>
override fun iterator(): MutableIterator<String> {
<selection><caret>return super.iterator()</selection>
}
}