You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the first part of #18863
* In `3.4` we emit the deprecation warning and enable the patch with
-rewrite.
* In `future` we emit we make this syntax an error
```scala
//> using options -source future
private[this] def foo: Int = ??? // error
```
```diff
//> using options -rewrite -source 3.4-migration
- private[this] def foo: Int = ???
+ private def foo: Int = ???
```
Uh oh!
There was an error while loading. Please reload this page.
Warn in: 3.4
Error in: TBD
The text was updated successfully, but these errors were encountered: