Sign in
code
/
git
/
f65182a99e545d2f2bc22e6c1c2da192133b16a3
/
.
/
t
/
t4018
/
kotlin-nested-fun
blob: 12186858cb2ba259c80c00057dd235a44db8ee6a [
file
]
class
LEFT
{
class
CENTER
{
fun RIGHT
(
a
:
Int
){
//comment
//comment
ChangeMe
}
}
}