Added feature to "Convert to expression body" intention: selection for easier explicit type removal

This commit is contained in:
Valentin Kipyatkov
2014-10-23 11:08:12 +04:00
parent ea69f5a9a6
commit d13fd19a63
11 changed files with 46 additions and 5 deletions
@@ -0,0 +1,5 @@
open class A {
protected fun <caret>foo(): String {
return "abc"
}
}