KT_887 fix. jet.Comparable mapped to j.l.Comparable

This commit is contained in:
Alex Tkachman
2012-01-03 12:34:12 +02:00
parent e576423c8e
commit 2ec54436c5
5 changed files with 44 additions and 1 deletions
@@ -355,4 +355,12 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt877 () {
blackBoxFile("regressions/kt877.jet");
}
public void testKt882 () {
// blackBoxFile("regressions/kt882.jet");
}
public void testKt887 () {
blackBoxFile("regressions/kt887.jet");
}
}