From c09e0295d2498ea2d8ac09a5372693128be53035 Mon Sep 17 00:00:00 2001 From: sebastian Date: Thu, 4 May 2017 23:13:28 +0200 Subject: [PATCH 1/2] =?UTF-8?q?methode=20sucheInterfaces=20in=20Rules=20an?= =?UTF-8?q?gepasst,=20sodass=20die=20einfache=20Unifikation=20wieder=20gel?= =?UTF-8?q?=C3=B6st=20werden=20kann?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 + .idea/workspace.xml | 553 +++++++----------- .../strucTypes5/solve/Rules.java | 48 +- .../strucTypes5/typeVars/TypeVarFactory.java | 4 + .../strucTypes5/typeVars/TypeVarRefType.java | 3 +- .../syntaxtree/type/RefType.java | 20 + test/strucTypes5/SolveTest.java | 1 + test/strucTypes5/SolveTestMyList.java | 8 +- 8 files changed, 291 insertions(+), 350 deletions(-) diff --git a/.gitignore b/.gitignore index 98b5964b..a1f2004c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ bin *.jar *.war *.ear + + +# Git Ignore für Idea Workspace +/.idea \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 912747e4..aa6286c3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,14 @@ - + + + + + + + +