KT-944 iterations over empty ranges

This commit is contained in:
Alex Tkachman
2012-01-10 09:33:54 +02:00
parent ed58ca219b
commit a0134fb0f2
9 changed files with 43 additions and 1 deletions
@@ -379,4 +379,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt930 () {
blackBoxFile("regressions/kt930.kt");
}
public void testKt944 () {
blackBoxFile("regressions/kt944.kt");
}
}