KT-2260 test for non reproducable (probably obsolete) issue

This commit is contained in:
Alex Tkachman
2012-08-04 19:23:41 +03:00
parent 3ca1cbf5a0
commit 0ecb02cc25
2 changed files with 13 additions and 0 deletions
@@ -69,6 +69,10 @@ public class TraitsTest extends CodegenTestCase {
blackBoxFile("regressions/kt2541.kt");
}
public void testKt2260() {
blackBoxFile("regressions/kt2260.kt");
}
public void testFinalMethod() throws Exception {
blackBoxFile("traits/finalMethod.jet");
}