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