refactoring of property handling and general handling of (this,receiver)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user