KT-529 wrong naming of anonimous classes

This commit is contained in:
Alex Tkachman
2011-11-23 11:20:33 +02:00
parent 1c6c5d2bdc
commit 8c842a6d5c
6 changed files with 122 additions and 2 deletions
@@ -77,4 +77,8 @@ public class StdlibTest extends CodegenTestCase {
public void testKt533 () {
blackBoxFile("regressions/kt533.kt");
}
public void testKt529 () {
blackBoxFile("regressions/kt529.kt");
}
}