Added feature to "Convert to expression body" intention: selection for easier explicit type removal
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
open class A {
|
||||
protected fun <caret>foo(): String {
|
||||
return "abc"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user