Add regression test for KT-2673
#KT-2673 Obsolete
This commit is contained in:
@@ -171,4 +171,8 @@ public class EnumGenTest extends CodegenTestCase {
|
||||
public void testAbstractMethodInEnum() {
|
||||
blackBoxFile("enum/abstractMethodInEnum.kt");
|
||||
}
|
||||
|
||||
public void testKt2673() {
|
||||
blackBoxFile("regressions/kt2673.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user