DeprecatedCallableAddReplaceWithIntention

This commit is contained in:
Valentin Kipyatkov
2015-05-16 17:00:20 +03:00
parent ba3d5f944e
commit ec5256a0f0
44 changed files with 766 additions and 171 deletions
@@ -0,0 +1,4 @@
@deprecated("Use newFun instead")
fun oldFun(): Int {
return newFun(null)
}