File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ object Feature:
3131 val pureFunctions = experimental(" pureFunctions" )
3232 val captureChecking = experimental(" captureChecking" )
3333
34- val globalOnlyImports : Set [TermName ] = Set (pureFunctions, captureChecking)
35-
3634 /** Is `feature` enabled by by a command-line setting? The enabling setting is
3735 *
3836 * -language:<prefix>feature
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import scala.annotation.tailrec
3030import rewrites .Rewrites .{patch , overlapsPatch }
3131import reporting ._
3232import config .Feature
33- import config .Feature .{sourceVersion , migrateTo3 , globalOnlyImports }
33+ import config .Feature .{sourceVersion , migrateTo3 }
3434import config .SourceVersion ._
3535import config .SourceVersion
3636
You can’t perform that action at this time.
0 commit comments