fix KT-249/KT-255

This commit is contained in:
Alex Tkachman
2011-09-03 22:52:12 +02:00
parent 07b2ab347d
commit 9ba167ee8d
5 changed files with 67 additions and 20 deletions
@@ -168,4 +168,8 @@ public class ClassGenTest extends CodegenTestCase {
final Method rgbMethod = colorClass.getMethod("getRgb");
assertEquals(0xFF0000, rgbMethod.invoke(redValue));
}
public void testKt249() throws Exception {
blackBoxFile("regressions/kt249.jet");
}
}