Skip to content
Snippets Groups Projects
Commit 859443eb authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Tidy imports here

parent 28f52708
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,8 @@ import Expressions._ ...@@ -9,9 +9,8 @@ import Expressions._
import Extractors._ import Extractors._
import ExprOps._ import ExprOps._
import Types._ import Types._
import Constructors.and import Constructors._
import TypeOps.instantiateType import TypeOps.instantiateType
import Constructors.application
object MethodLifting extends TransformationPhase { object MethodLifting extends TransformationPhase {
...@@ -89,7 +88,6 @@ object MethodLifting extends TransformationPhase { ...@@ -89,7 +88,6 @@ object MethodLifting extends TransformationPhase {
val cse = SimpleCase(InstanceOfPattern(Some(binder), at), newE).setPos(newE) val cse = SimpleCase(InstanceOfPattern(Some(binder), at), newE).setPos(newE)
(recs :+ cse, true) (recs :+ cse, true)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment