local functions

This commit is contained in:
Alex Tkachman
2012-01-29 16:19:47 +03:00
parent 656689c576
commit c62bbdc5df
6 changed files with 110 additions and 46 deletions
@@ -48,4 +48,8 @@ public class FunctionGenTest extends CodegenTestCase {
public void testFunction () throws InvocationTargetException, IllegalAccessException {
blackBoxFile("functions/functionExpression.jet");
}
public void testLocalFunction () throws InvocationTargetException, IllegalAccessException {
blackBoxFile("functions/localFunction.kt");
}
}