summaryrefslogtreecommitdiff
path: root/test/files/neg/null-unsoundness.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/null-unsoundness.scala')
-rw-r--r--test/files/neg/null-unsoundness.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/neg/null-unsoundness.scala b/test/files/neg/null-unsoundness.scala
index 3f7e42fe17..0f8ed5e314 100644
--- a/test/files/neg/null-unsoundness.scala
+++ b/test/files/neg/null-unsoundness.scala
@@ -12,4 +12,3 @@ object Test extends A with App {
type A = C
y = 42
}
-