Function <-> Property Intention: Fix conversion of recursive functions/property accessors
#KT-7823 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// WITH_RUNTIME
|
||||
val String.foo: String
|
||||
get() = if (isEmpty()) "" else substring(1).foo
|
||||
Reference in New Issue
Block a user