[scope] [Dependency] Don't annotate constructor parameter with scope
When the `in` parameter storage class changes its meaning to `scope const` we would get
the following errors:

source/dub/dependency.d(83): Error: scope variable `ver` assigned to `this` with longer lifetime
source/dub/dependency.d(84): Error: scope variable `ver` assigned to `this` with longer lifetime

This commit fixes this.
1 parent 4a97a15 commit 99b085c4b7100b1dcdc480369f9fcb205a725b13
@ZombineDev ZombineDev authored on 31 Oct 2019
Showing 1 changed file
View
source/dub/dependency.d