aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Applications.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-10-09 14:28:52 +0200
committerGuillaume Martres <smarter@ubuntu.com>2015-10-09 14:39:43 +0200
commitbea9aa282c7a929fdab815b3f34d2d697ade7bca (patch)
treee635bd068d2c48c5d00679f2d7dc65900796aec5 /src/dotty/tools/dotc/typer/Applications.scala
parent8532c98672e6dcde4d350f253b46892cc0ece34c (diff)
downloaddotty-bea9aa282c7a929fdab815b3f34d2d697ade7bca.tar.gz
dotty-bea9aa282c7a929fdab815b3f34d2d697ade7bca.tar.bz2
dotty-bea9aa282c7a929fdab815b3f34d2d697ade7bca.zip
Move Inferencing out of the Typer cake
Diffstat (limited to 'src/dotty/tools/dotc/typer/Applications.scala')
-rw-r--r--src/dotty/tools/dotc/typer/Applications.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/typer/Applications.scala b/src/dotty/tools/dotc/typer/Applications.scala
index c7d8acb37..87ad0831c 100644
--- a/src/dotty/tools/dotc/typer/Applications.scala
+++ b/src/dotty/tools/dotc/typer/Applications.scala
@@ -21,6 +21,7 @@ import Names._
import StdNames._
import ProtoTypes._
import EtaExpansion._
+import Inferencing._
import collection.mutable
import config.Printers._
import TypeApplications._