File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
library/src/scala/annotation/unchecked Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- package scala .annotation
2
- package unchecked
3
-
4
- /** An annotation for mutable variables that are allowed to capture
5
- * the root capability `cap`. Allowing this is not capture safe since
6
- * it can cause leakage of capabilities from local scopes by assigning
7
- * values retaining such capabilties to the annotated variable in
8
- * an outer scope.
9
- */
10
- class uncheckedCaptures extends StaticAnnotation
11
-
12
-
Original file line number Diff line number Diff line change
1
+ package scala .annotation
2
+ package unchecked
3
+
4
+ /** An annotation for mutable variables that are allowed to capture
5
+ * the root capability `cap`. Allowing this is not capture safe since
6
+ * it can cause leakage of capabilities from local scopes by assigning
7
+ * values retaining such capabilties to the annotated variable in
8
+ * an outer scope.
9
+ */
10
+ class uncheckedCaptures extends StaticAnnotation
11
+
12
+
You can’t perform that action at this time.
0 commit comments