declared
scala.caps.internal.declared
final class declared extends StaticAnnotation
An annotation on a type indicating that the type was declared. Added during PostTyper when we want to mark types of closure parameters as explicit, even if the closure type as a whole is inferred.
Attributes
- Source
- package.scala
- Graph
-
- Supertypes
In this article