Skip to content

Commit e6da30e

Browse files
committed
update TODO
1 parent 8d551a9 commit e6da30e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler/src/dotty/tools/dotc/core/Flags.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ object Flags {
1818
}
1919
type FlagSet = opaques.FlagSet
2020
def FlagSet(bits: Long): FlagSet = opaques.FlagSet(bits)
21-
// DOTTY problem: would like to replace previous 2 lines with
21+
// DOTTY TODO: replace previous 2 lines with
2222
// export opaques.FlagSet
23-
// but this makes `def FlagSet` in `opaques` ill-typed.
24-
23+
// once 0.17 is released and #6721 is in the bootstrap
2524

2625
delegate FlagOps {
2726

0 commit comments

Comments
 (0)