Deprecated symbol usages fix for the whole project
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package pack
|
||||
|
||||
@deprecated("", ReplaceWith("newProp"))
|
||||
val oldProp: String = ""
|
||||
|
||||
fun foo(s: String){}
|
||||
fun bar(s: String){}
|
||||
Reference in New Issue
Block a user