KT-581 wrong implicit receiver for intrinsic method call

This commit is contained in:
Alex Tkachman
2011-11-22 12:57:24 +02:00
parent efceb12f3b
commit 8eabc2978e
3 changed files with 45 additions and 0 deletions
@@ -69,4 +69,9 @@ public class VarArgTest extends CodegenTestCase {
assertTrue(((Integer[])res)[0].equals(2));
assertTrue(((Integer[])res)[1].equals(4));
}
public void testKt581() {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt581.jet");
}
}