aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/TypeOps.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-09-15 19:20:31 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-10 13:25:33 +0200
commit11cfc30baf214d5d69d0d5d79b981ad1c131d0e6 (patch)
treefb8faf6a4c504227b557a862bbe4b947f246489f /src/dotty/tools/dotc/core/TypeOps.scala
parent1946f94d34a929055c2f0d2dd231c5f5e634c536 (diff)
downloaddotty-11cfc30baf214d5d69d0d5d79b981ad1c131d0e6.tar.gz
dotty-11cfc30baf214d5d69d0d5d79b981ad1c131d0e6.tar.bz2
dotty-11cfc30baf214d5d69d0d5d79b981ad1c131d0e6.zip
Add missing star in docstring
Diffstat (limited to 'src/dotty/tools/dotc/core/TypeOps.scala')
-rw-r--r--src/dotty/tools/dotc/core/TypeOps.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/TypeOps.scala b/src/dotty/tools/dotc/core/TypeOps.scala
index 5ba9a3351..bee69ae69 100644
--- a/src/dotty/tools/dotc/core/TypeOps.scala
+++ b/src/dotty/tools/dotc/core/TypeOps.scala
@@ -36,7 +36,7 @@ trait TypeOps { this: Context => // TODO: Make standalone object.
* Instead we produce an annotated type that marks the prefix as unsafe:
*
* (x: (C @ UnsafeNonvariant)#T)C#T
-
+ *
* We also set a global state flag `unsafeNonvariant` to the current run.
* When typing a Select node, typer will check that flag, and if it
* points to the current run will scan the result type of the select for