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