Extraction Engine: Generate function/property accessor with expression body (whenever applicable)
#KT-6405 Fixed
This commit is contained in:
+1
-3
@@ -2,6 +2,4 @@ val a = 1
|
||||
val b = 1
|
||||
val foo = i() - 1
|
||||
|
||||
private fun i(): Int {
|
||||
return a + b
|
||||
}
|
||||
private fun i() = a + b
|
||||
Reference in New Issue
Block a user