class C(open: Int)
[error] 1 |class C(open: Int)
[error] | ^
[error] | values cannot be open
I know that open is a soft modifier
open is a soft modifier. It is treated as a normal identifier unless it is in modifier position.
But should it be treated as a normal identifier in this case?
Solution might be related to #9127
Actually it looks like #9127 already fixed it
Most helpful comment
Actually it looks like #9127 already fixed it