From 3fe7b8c0a8c86b38d010f37887092ce665f08df2 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 13 Mar 2013 16:09:32 -0700 Subject: SI-7247, deprecated NotNull. Removed NotNull from tests and the parentage of AnyVal. Removed the tests which were actually testing anything to do with NotNull; massaged the others to forget NotNull and/or not to name local things NotNull. --- test/files/neg/t3977.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t3977.check') diff --git a/test/files/neg/t3977.check b/test/files/neg/t3977.check index 9da118ee91..72335a0926 100644 --- a/test/files/neg/t3977.check +++ b/test/files/neg/t3977.check @@ -1,4 +1,4 @@ t3977.scala:12: error: could not find implicit value for parameter w: False#If[E] - new NotNull + new NoNull ^ one error found -- cgit v1.2.3