Codebase Browser
git
Go to App
git
/
t/t4018/
kotlin-nested-fun
class LEFT{ class CENTER{ fun RIGHT( a:Int){ //comment //comment ChangeMe } } }