aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2014-03-31 15:04:41 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-04-02 11:33:28 +0200
commit959c8d0cd1d4003ab28ba88bf05854682d32d17d (patch)
treef28f9d853f913b9dd8e9de68fe2c30ca41f8e58f /tests/untried/pos
parentea5acb56754e26585d2e17080c35a027988660e9 (diff)
downloaddotty-959c8d0cd1d4003ab28ba88bf05854682d32d17d.tar.gz
dotty-959c8d0cd1d4003ab28ba88bf05854682d32d17d.tar.bz2
dotty-959c8d0cd1d4003ab28ba88bf05854682d32d17d.zip
Intercepted methods transformer
Replace member references for: methods inside Any( == and !=) ## on primitives .getClass on primitives
Diffstat (limited to 'tests/untried/pos')
-rw-r--r--tests/untried/pos/hashhash-overloads.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/untried/pos/hashhash-overloads.scala b/tests/untried/pos/hashhash-overloads.scala
deleted file mode 100644
index 40519bae0..000000000
--- a/tests/untried/pos/hashhash-overloads.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test {
- def f = ().##
- def g = 5f.##
- def h = ({ 5 ; println("abc") }).##
- def f2 = null.##
-}