KT-864 wrong namespace class name generation

This commit is contained in:
Alex Tkachman
2012-01-04 12:12:02 +02:00
parent bf29d48772
commit 15fde646c1
6 changed files with 37 additions and 14 deletions
@@ -76,4 +76,8 @@ public class StdlibTest extends CodegenTestCase {
public void testKt715 () {
blackBoxFile("regressions/kt715.kt");
}
public void testKt864 () {
blackBoxFile("regressions/kt864.jet");
}
}