aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Typer.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-06-29 20:04:49 +0200
committerMartin Odersky <odersky@gmail.com>2016-07-11 13:35:03 +0200
commit73dd03944cdfbc2588e9e41f407e0ad3a48abe96 (patch)
tree8a4e17e02870468fa2a5db1fbcb0b0c07e8a7838 /src/dotty/tools/dotc/typer/Typer.scala
parent97e84e66d44e1a8a82a6bea95ff883cc2aec718c (diff)
downloaddotty-73dd03944cdfbc2588e9e41f407e0ad3a48abe96.tar.gz
dotty-73dd03944cdfbc2588e9e41f407e0ad3a48abe96.tar.bz2
dotty-73dd03944cdfbc2588e9e41f407e0ad3a48abe96.zip
Various hk related fixes in types
- Handle hk applications in normalizeToRefs - Handle type lambdas in classSymbol(s) - Fix variances computation in type lambdas - Provide type parameters for uncompleted type lambdas - Revert TermOrHK type characterization
Diffstat (limited to 'src/dotty/tools/dotc/typer/Typer.scala')
-rw-r--r--src/dotty/tools/dotc/typer/Typer.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/Typer.scala b/src/dotty/tools/dotc/typer/Typer.scala
index 2ab06bf70..49d69f04e 100644
--- a/src/dotty/tools/dotc/typer/Typer.scala
+++ b/src/dotty/tools/dotc/typer/Typer.scala
@@ -17,7 +17,6 @@ import SymDenotations._
import Annotations._
import Names._
import NameOps._
-import Applications._
import Flags._
import Decorators._
import ErrorReporting._