fix KT-249/KT-255
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user