Extraction Engine: Generate function/property accessor with expression body (whenever applicable)
#KT-6405 Fixed
This commit is contained in:
@@ -11,6 +11,4 @@ fun foo(): Int {
|
||||
}
|
||||
}
|
||||
|
||||
private fun i(s: String?): Int {
|
||||
return s!!.length
|
||||
}
|
||||
private fun i(s: String?) = s!!.length
|
||||
Reference in New Issue
Block a user