fix for 1345

This commit is contained in:
Alex Tkachman
2012-02-26 09:38:07 +02:00
parent 010090cd51
commit eb017d8a2e
4 changed files with 126 additions and 95 deletions
@@ -303,4 +303,8 @@ public class ClassGenTest extends CodegenTestCase {
blackBoxFile("regressions/kt633.kt");
}
public void testKt1345() throws Exception {
blackBoxFile("regressions/kt1345.kt");
}
}