Delegating properties

This commit is contained in:
Maxim Shafirov
2011-05-09 18:56:23 +04:00
parent a8a72a7fc0
commit ec4bda880d
4 changed files with 60 additions and 6 deletions
@@ -42,6 +42,7 @@ public abstract class CodegenTestCase extends LightCodeInsightFixtureTestCase {
protected void blackBoxFile(String filename) throws Exception {
loadFile(filename);
//System.out.println(generateToText());
assertEquals("OK", blackBox());
}