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,5 @@
// WITH_RUNTIME
<caret>@deprecated("")
fun foo(s: String): String {
return s.substring(1) + Int.MAX_VALUE
}