5 lines
44 B
Text
5 lines
44 B
Text
|
|
f() = g()
|
||
|
|
g() = println.(stacktrace())
|
||
|
|
|
||
|
|
f()
|