robstoll
04/26/2018, 11:39 PM@Deprecated(..., ReplaceWith("OtherClass(arg1, arg2"))
which takes the type parameter of the deprecated class into account? Currently it adds it oddly to the replace with transformation, it results in OtherClass<T>
even though I have not specified <T>
in the ReplaceWith
ilya.gorbunov
04/27/2018, 2:04 AMrobstoll
04/27/2018, 6:09 AM