fix for KT-796/797 candidate/resultingDescriptor misuse

This commit is contained in:
Alex Tkachman
2011-12-12 16:21:02 +02:00
parent 8f46153d39
commit c45d08b7e5
3 changed files with 13 additions and 1 deletions
@@ -74,4 +74,8 @@ public class VarArgTest extends CodegenTestCase {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt581.jet");
}
public void testKt797() {
blackBoxFile("regressions/kt796_797.jet");
}
}