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