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,8 @@
// IS_APPLICABLE: false
<caret>@deprecated("")
fun foo() {
bar()
bar()
}
fun bar(){}