From 0755ec28d22798c51aedf45e4dcdf1ed299c2aa5 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 24 Mar 2017 19:15:51 +0100 Subject: Add Variant NameInfo Plus further bug fixes. --- compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala') diff --git a/compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala b/compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala index 78d59c99f..d81bd3ea8 100644 --- a/compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala +++ b/compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala @@ -13,6 +13,7 @@ import NameOps._ import StdNames.nme import TastyBuffer._ import TypeApplications._ +import config.Config class TreePickler(pickler: TastyPickler) { val buf = new TreeBuffer -- cgit v1.2.3