From 66c9b6a949da26ac31119ed1c4cd57d3d637cc0f Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 5 Jan 2011 09:35:16 +0000 Subject: closes #4044. --- test/files/neg/t4044.check | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/files/neg/t4044.check (limited to 'test/files/neg/t4044.check') diff --git a/test/files/neg/t4044.check b/test/files/neg/t4044.check new file mode 100644 index 0000000000..75dcf63bfe --- /dev/null +++ b/test/files/neg/t4044.check @@ -0,0 +1,16 @@ +t4044.scala:9: error: AnyRef takes no type parameters, expected: one + M[AnyRef] // error, (AnyRef :: *) not kind-conformant to (N :: * -> * -> *) + ^ +t4044.scala:9: error: kinds of the type arguments () do not conform to the expected kinds of the type parameters (type N). +'s type parameters do not match type N's expected parameters: has no type parameters, but type N has one + M[AnyRef] // error, (AnyRef :: *) not kind-conformant to (N :: * -> * -> *) + ^ +t4044.scala:11: error: kinds of the type arguments (Test.A) do not conform to the expected kinds of the type parameters (type N). +Test.A's type parameters do not match type N's expected parameters: type _ has no type parameters, but type O has one + M[A] // error, (A :: (* -> *) not kind-conformant to (N :: * -> * -> *) + ^ +t4044.scala:15: error: kinds of the type arguments (Test.C) do not conform to the expected kinds of the type parameters (type N). +Test.C's type parameters do not match type N's expected parameters: type _ has one type parameter, but type _ has none + M[C] // error, (C :: (* -> * -> * -> *) not kind-conformant to (N :: * -> * -> *) + ^ +four errors found -- cgit v1.2.3