More comprehensible error message

This commit is contained in:
Andrey Breslav
2012-01-10 15:08:47 +04:00
parent cf3b748936
commit b8fdf6e86b
@@ -162,7 +162,7 @@ public class ExpressionCodegen extends JetVisitor<StackValue, StackValue> {
@Override
public StackValue visitNamedFunction(JetNamedFunction function, StackValue data) {
throw new UnsupportedOperationException("Codegen for named functions is not yet implemented");
throw new UnsupportedOperationException("Codegen for local functions is not yet implemented");
}
@Override