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/pos/t3108.scala | 5 ----- test/files/pos/t3417.scala | 11 ----------- 2 files changed, 16 deletions(-) delete mode 100644 test/files/pos/t3108.scala delete mode 100644 test/files/pos/t3417.scala (limited to 'test/files/pos') diff --git a/test/files/pos/t3108.scala b/test/files/pos/t3108.scala deleted file mode 100644 index 6a1da73220..0000000000 --- a/test/files/pos/t3108.scala +++ /dev/null @@ -1,5 +0,0 @@ -object A { - val a: NotNull = "" - val b: NotNull = 41 -} - diff --git a/test/files/pos/t3417.scala b/test/files/pos/t3417.scala deleted file mode 100644 index d2de1608aa..0000000000 --- a/test/files/pos/t3417.scala +++ /dev/null @@ -1,11 +0,0 @@ -trait X extends NotNull { - def foo = 1 -} - -trait Y extends Object with NotNull { - def bar = 1 -} - -class Z extends NotNull - -class W extends Object with NotNull -- cgit v1.2.3