Cleanup tests, specify type where it's ambiguous.

This commit is contained in:
Ilya Gorbunov
2015-10-22 16:44:12 +03:00
parent 0b74698c16
commit 579ce8091c
3 changed files with 12 additions and 11 deletions
@@ -433,7 +433,7 @@ class CollectionTest {
// lists throw an exception if out of range
assertFails {
assertEquals(null, list[2])
val outOfBounds = list[2]
}
// lets try update the list