refactoring of property handling and general handling of (this,receiver)

This commit is contained in:
Alex Tkachman
2011-12-01 12:58:20 +02:00
parent aad2d17cd8
commit 74fe24ef80
10 changed files with 427 additions and 423 deletions
@@ -21,6 +21,7 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
public void testWhenFail() throws Exception {
loadFile();
// System.out.println(generateToText());
Method foo = generateFunction("foo");
assertThrows(foo, Exception.class, null, new StringBuilder());
}