fix javaClass function and property

#KT-2318 Fixed
 #KT-2593 Fixed
This commit is contained in:
Alexander Udalov
2012-08-08 22:22:18 +04:00
parent 53560b6ba7
commit f5e9786ffc
5 changed files with 43 additions and 28 deletions
@@ -361,4 +361,12 @@ public class StdlibTest extends CodegenTestCase {
blackBoxFile("regressions/kt2210.kt");
// System.out.println(generateToText());
}
public void testKt2593() {
blackBoxFile("regressions/kt2593.kt");
}
public void testKt2318() {
blackBoxFile("regressions/kt2318.kt");
}
}