Merge remote branch 'origin/master'

This commit is contained in:
Alex Tkachman
2012-07-30 13:25:19 +03:00
3 changed files with 17 additions and 1 deletions
@@ -68,4 +68,8 @@ public class TraitsTest extends CodegenTestCase {
public void testKt2541() {
blackBoxFile("regressions/kt2541.kt");
}
public void testFinalMethod() throws Exception {
blackBoxFile("traits/finalMethod.jet");
}
}