fun foo() { bar() } fun bar() { bat(); boot() } ...
# kotlintest-devs
l
fun foo() { bar() } fun bar() { bat(); boot() } fun bat() { } fun boot() {}