Fix compilation of infix calls (KT-2929)
#KT-2929 Fixed
This commit is contained in:
committed by
Dmitry Jemerov
parent
c4bda6a260
commit
81de3cd46a
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user