From 5c53f532b96f256f0b84b4408e2e59836c13212a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 8 Feb 2017 11:44:10 +1100 Subject: Allow value expansion of modules in mergeCompanionDefs --- compiler/src/dotty/tools/dotc/typer/Namer.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/src/dotty/tools/dotc/typer') diff --git a/compiler/src/dotty/tools/dotc/typer/Namer.scala b/compiler/src/dotty/tools/dotc/typer/Namer.scala index 94506f318..ed580c631 100644 --- a/compiler/src/dotty/tools/dotc/typer/Namer.scala +++ b/compiler/src/dotty/tools/dotc/typer/Namer.scala @@ -564,7 +564,6 @@ class Namer { typer: Typer => case _ => } case _ => - } } -- cgit v1.2.3