Detecting tail calls through CFA
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun test() : Unit {
|
||||
try {
|
||||
test()
|
||||
} catch (any : Exception) {
|
||||
test()
|
||||
} finally {
|
||||
test()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user