File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,5 @@ object Selectable:
4949 * the additional restriction that the signatures of the refinement and
5050 * the definition that implements the refinment must match.
5151 */
52- @ experimental
5352 trait WithoutPreciseParameterTypes extends Selectable
5453end Selectable
Original file line number Diff line number Diff line change @@ -20,10 +20,9 @@ class BB[T]
2020def test3 : (a : AA ) => (b : BB [a.type ]) => BB [? ] =
2121 (a : AA ) => (b : BB [a.type ]) => b
2222
23- @ annotation.experimental // TODO: Remove once WithoutPreciseParameterTypes is no longer experimental
2423trait RelaxedSelectable extends Selectable .WithoutPreciseParameterTypes :
2524 def applyDynamic (name : String , paramTypes : Class [_]* )(args : Any * ): Any = ???
26- @ annotation.experimental // TODO: Remove once WithoutPreciseParameterTypes is no longer experimental
25+
2726class Sink [A ] extends RelaxedSelectable {
2827 def put (x : A ): Unit = {}
2928}
You can’t perform that action at this time.
0 commit comments