Compile bomb ``` inline fun a(x:(Int)->Any){x(...
# random
j
Compile bomb
Copy code
inline fun a(x:(Int)->Any){x(0);x(1)}
fun b()=a{a{a{a{a{a{a{a{a{a{a{println(it)}}}}}}}}}}}