https://issues.dlang.org/show_bug.cgi?id=18604
--- Comment #7 from anonymous4 <[email protected]> --- Another possibility is -transition=in flag that will deprecate `in` on demand, and after people remove usage of `in` storage class from their code, it can start enforce `scope const` meaning. --
