Fix tests failing after stdlib generation refactoring

This commit is contained in:
Maxim Shafirov
2013-02-12 22:05:54 +04:00
parent 24d99eb33f
commit 15446e98b8
6 changed files with 32 additions and 19 deletions
@@ -1 +1,3 @@
package kotlin
public class EmptyIterableException(val it : Iterable<*>) : RuntimeException("$it is empty")