fix for KT-257
This commit is contained in:
@@ -130,4 +130,8 @@ public class PropertyGenTest extends CodegenTestCase {
|
||||
final Class aClass = loadClass("Foo", codegens);
|
||||
assertNotNull(aClass.getMethod("getX"));
|
||||
}
|
||||
|
||||
public void testKt257 () throws Exception {
|
||||
blackBoxFile("regressions/kt257.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user