Fixed test data

This commit is contained in:
Valentin Kipyatkov
2015-01-27 22:49:11 +03:00
parent 78be48ace8
commit 033b626a08
11 changed files with 26 additions and 12 deletions
@@ -3,4 +3,6 @@ import lib.ArrayFactory
public class Impl : ArrayFactory {
<caret>
}
}
val array: Array<String>
@@ -5,4 +5,6 @@ public class Impl : ArrayFactory {
override fun create(): lib.Array {
<selection><caret>throw UnsupportedOperationException()</selection>
}
}
}
val array: Array<String>