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