fix for KT-1568 1.javaClass

This commit is contained in:
Alex Tkachman
2012-03-13 09:35:56 +02:00
parent dc37fca143
commit 9aa992c209
7 changed files with 50 additions and 5 deletions
@@ -120,4 +120,8 @@ public class StdlibTest extends CodegenTestCase {
public void testKt1406() throws Exception {
blackBoxFile("regressions/kt1406.kt");
}
public void testKt1568() throws Exception {
blackBoxFile("regressions/kt1568.kt");
}
}