fix javaClass function and property
#KT-2318 Fixed #KT-2593 Fixed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user