KT-2822 Can't make a super call from an object literal

#KT-2822 Fixed
This commit is contained in:
Alexander Udalov
2012-09-26 21:53:35 +04:00
parent 66359894ee
commit acf8702ccf
4 changed files with 17 additions and 3 deletions
@@ -115,4 +115,8 @@ public class ObjectGenTest extends CodegenTestCase {
public void testKt2663_2() {
blackBoxFile("regressions/kt2663_2.kt");
}
public void testKt2822() {
blackBoxFile("regressions/kt2822.kt");
}
}