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