From f72481f72e2ef308ed8594ef7421a5824a2c1293 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 20 Aug 2010 20:16:00 +0100 Subject: [PATCH] stub for swank:operator-arglist --- swank.R | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/swank.R b/swank.R index f3a85cc..fa910b2 100644 --- a/swank.R +++ b/swank.R @@ -262,6 +262,10 @@ printToString <- function(val) { "No Arglist Information" } +`swank:operator-arglist` <- function(io, sldbState, op, package) { + list() +} + `swank:throw-to-toplevel` <- function(io, sldbState) { condition <- simpleCondition("Throw to toplevel") class(condition) <- c("swankTopLevel", class(condition)) -- 2.30.2