Potential fix for some random errors about "cannot choose between equals invoke functions".

This commit is contained in:
Stanislav Erokhin
2016-08-31 19:28:58 +03:00
parent bebc75c8ef
commit 9fa6fb213b
6 changed files with 45 additions and 3 deletions
@@ -131,6 +131,12 @@ public class AntTaskTestGenerated extends AbstractAntTaskTest {
doTest(fileName);
}
@TestMetadata("valWithInvoke")
public void testValWithInvoke() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/integration/ant/jvm/valWithInvoke/");
doTest(fileName);
}
@TestMetadata("verbose")
public void testVerbose() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/integration/ant/jvm/verbose/");