summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-10-03 00:55:43 -0700
committerJason Zaugg <jzaugg@gmail.com>2013-10-03 00:55:43 -0700
commite20f9e9f1fcf2a25603b2b75528e4d9395557411 (patch)
treecc4963c72097a2b50e4804a7bc57e2b25974bdaf /test/files/run
parent7aa79660d4d115270c99c8e35908139e36f718a8 (diff)
parent2ccbfa57783270049105b8c171d69159d54e578c (diff)
downloadscala-e20f9e9f1fcf2a25603b2b75528e4d9395557411.tar.gz
scala-e20f9e9f1fcf2a25603b2b75528e4d9395557411.tar.bz2
scala-e20f9e9f1fcf2a25603b2b75528e4d9395557411.zip
Merge pull request #2985 from retronym/ticket/7783
Don't issue deprecation warnings for inferred TypeTrees
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t4542.check3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/run/t4542.check b/test/files/run/t4542.check
index cd7a2905e2..5c293a8d80 100644
--- a/test/files/run/t4542.check
+++ b/test/files/run/t4542.check
@@ -11,9 +11,6 @@ defined class Foo
scala> val f = new Foo
<console>:8: warning: class Foo is deprecated: foooo
val f = new Foo
- ^
-<console>:8: warning: class Foo is deprecated: foooo
- val f = new Foo
^
f: Foo = Bippy