File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
tests/run-tasty-inspector Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
package scala
2
2
package caps
3
- import annotation .experimental
4
3
5
4
/** A marker trait that declares that all inheriting classes are "pure" in the
6
5
* sense that their values retain no capabilities including capabilities needed
7
6
* to perform effects. This has formal meaning only under capture checking.
8
7
*/
9
- @ experimental trait Pure :
8
+ trait Pure :
10
9
this : Pure =>
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ val experimentalDefinitionInLibrary = Set(
30
30
" scala.annotation.retains" ,
31
31
" scala.annotation.retainsByName" ,
32
32
" scala.annotation.retainsCap" ,
33
- " scala.Pure" ,
34
33
" scala.caps.CapSet" ,
35
34
" scala.caps.Contains" ,
36
35
" scala.caps.Contains$" ,
You can’t perform that action at this time.
0 commit comments