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