summaryrefslogtreecommitdiff
path: root/test/files/neg/bug67.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug67.check')
-rw-r--r--test/files/neg/bug67.check11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/files/neg/bug67.check b/test/files/neg/bug67.check
deleted file mode 100644
index 1a1990c311..0000000000
--- a/test/files/neg/bug67.check
+++ /dev/null
@@ -1,11 +0,0 @@
-bug67.scala:15: constructor cannot be instantiated to expected type;
- found : D.this.ITree[A?,B?]
- required: D.this.InsertTree[A,B]
- val ITree(t1) = insert_1(key, value, tree, s);
- ^
-bug67.scala:19: no type parameters for method INode of type [A,B](D.this.Tree[A,B],scala.Int,scala.Int)D.this.INode[A,B] exist so that it can be applied to arguments (D.this.Tree[A,B],scala.Int,scala.Int)
- --- because ---
-result type D.this.INode[A,B] is incompatible with expected type D.this.InsertTree[A,B]
- INode(t0,1,s);
- ^
-two errors found