Skip to content

Commit 50c0c72

Browse files
committed
Add missing star in docstring
1 parent e4b8fce commit 50c0c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/TypeOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ trait TypeOps { this: Context => // TODO: Make standalone object.
3636
* Instead we produce an annotated type that marks the prefix as unsafe:
3737
*
3838
* (x: (C @ UnsafeNonvariant)#T)C#T
39-
39+
*
4040
* We also set a global state flag `unsafeNonvariant` to the current run.
4141
* When typing a Select node, typer will check that flag, and if it
4242
* points to the current run will scan the result type of the select for

0 commit comments

Comments
 (0)