KT-940 proper calculation of bridge methods

This commit is contained in:
Alex Tkachman
2012-01-10 19:50:13 +02:00
parent 0af995d79b
commit 2e0b1863cd
3 changed files with 39 additions and 7 deletions
@@ -241,4 +241,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt903 () throws Exception {
blackBoxFile("regressions/kt903.jet");
}
public void testKt940 () throws Exception {
blackBoxFile("regressions/kt940.kt");
}
}