widenMethod

fun widenMethod(target: String, method: String)

Make every overload of method on target public and non-final.


fun widenMethod(target: String, method: String, descriptor: String)

Make the single overload of method whose JVM descriptor matches public and non-final.