Fix javaClass property for long and double

#KT-3046 Fixed
This commit is contained in:
Natalia.Ukhorskaya
2012-11-19 21:15:15 +04:00
parent 7bb7445c57
commit 900788a8e0
3 changed files with 25 additions and 2 deletions
@@ -366,6 +366,10 @@ public class StdlibTest extends CodegenTestCase {
blackBoxFile("regressions/kt2318.kt");
}
public void testKt3046() {
blackBoxFile("regressions/kt3046.kt");
}
public void testKt2246() {
blackBoxFile("regressions/kt2246.kt");
}