We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d551a9 commit e6da30eCopy full SHA for e6da30e
compiler/src/dotty/tools/dotc/core/Flags.scala
@@ -18,10 +18,9 @@ object Flags {
18
}
19
type FlagSet = opaques.FlagSet
20
def FlagSet(bits: Long): FlagSet = opaques.FlagSet(bits)
21
- // DOTTY problem: would like to replace previous 2 lines with
+ // DOTTY TODO: replace previous 2 lines with
22
// export opaques.FlagSet
23
- // but this makes `def FlagSet` in `opaques` ill-typed.
24
-
+ // once 0.17 is released and #6721 is in the bootstrap
25
26
delegate FlagOps {
27
0 commit comments