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