postfix part of KT-471

This commit is contained in:
Alex Tkachman
2012-01-27 23:11:14 +03:00
parent 8d39594b91
commit 686d4cae3c
4 changed files with 211 additions and 17 deletions
@@ -261,4 +261,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testkt1157() throws Exception {
blackBoxFile("regressions/kt1157.kt");
}
public void testkt471() throws Exception {
blackBoxFile("regressions/kt471.kt");
}
}