Skip to content

Commit 27040d6

Browse files
committed
Move cc annotations to non-bootstrapped src directory
1 parent ba8db28 commit 27040d6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

library/src-bootstrapped/scala/annotation/retains.scala renamed to library/src/scala/annotation/retains.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ package scala.annotation
1111
* The annotation can also be written explicitly if one wants to avoid the
1212
* non-standard capturing type syntax.
1313
*/
14-
@experimental class retains(xs: Any*) extends annotation.StaticAnnotation
14+
// @experimental // suppressed so we can use in compiler
15+
class retains(xs: Any*) extends annotation.StaticAnnotation
1516

0 commit comments

Comments
 (0)