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 11package scala
22package caps
3- import annotation .experimental
43
54/** A marker trait that declares that all inheriting classes are "pure" in the
65 * sense that their values retain no capabilities including capabilities needed
76 * to perform effects. This has formal meaning only under capture checking.
87 */
9- @ experimental trait Pure :
8+ trait Pure :
109 this : Pure =>
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ val experimentalDefinitionInLibrary = Set(
3030 " scala.annotation.retains" ,
3131 " scala.annotation.retainsByName" ,
3232 " scala.annotation.retainsCap" ,
33- " scala.Pure" ,
3433 " scala.caps.CapSet" ,
3534 " scala.caps.Contains" ,
3635 " scala.caps.Contains$" ,
You can’t perform that action at this time.
0 commit comments