Fix compilation of infix calls (KT-2929)

#KT-2929 Fixed
This commit is contained in:
Peter Brachwitz
2012-10-29 22:01:22 +01:00
committed by Dmitry Jemerov
parent c4bda6a260
commit 81de3cd46a
4 changed files with 23 additions and 1 deletions
@@ -191,4 +191,8 @@ public class FunctionGenTest extends CodegenTestCase {
public void testRemoveInIterator() throws Exception {
blackBoxFileWithJava("functions/removeInIterator.kt");
}
public void testKt2929() {
blackBoxFile("regressions/kt2929.kt");
}
}