Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsefftinge2008-03-03 14:50:18 +0000
committersefftinge2008-03-03 14:50:18 +0000
commit2991cad35d9f06071d79ce42ec6729f6241ff5f3 (patch)
treef8a64e22b4c25cc303252f9fe86af3cda72c9377
parent3cb953136214032fa13518ceddbb6de1d4ab2192 (diff)
downloadorg.eclipse.xpand-2991cad35d9f06071d79ce42ec6729f6241ff5f3.tar.gz
org.eclipse.xpand-2991cad35d9f06071d79ce42ec6729f6241ff5f3.tar.xz
org.eclipse.xpand-2991cad35d9f06071d79ce42ec6729f6241ff5f3.zip
static typesystem (second draft)
-rw-r--r--plugins/org.eclipse.xpand3/src/org/eclipse/xand3/analyzation/typesystem/TypeSystemFacade.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.xpand3/src/org/eclipse/xand3/analyzation/typesystem/TypeSystemFacade.java b/plugins/org.eclipse.xpand3/src/org/eclipse/xand3/analyzation/typesystem/TypeSystemFacade.java
index 7477b9f9..1b0ae00c 100644
--- a/plugins/org.eclipse.xpand3/src/org/eclipse/xand3/analyzation/typesystem/TypeSystemFacade.java
+++ b/plugins/org.eclipse.xpand3/src/org/eclipse/xand3/analyzation/typesystem/TypeSystemFacade.java
@@ -70,6 +70,5 @@ public interface TypeSystemFacade {
* @return
*/
Function addArguments(DeclaredFunction f, TypeMirror... args);
-
}

Back to the top