The sixth batch
[git/gitster.git] / t / t4018 / kotlin-nested-fun
blob12186858cb2ba259c80c00057dd235a44db8ee6a
1 class LEFT{
2         class CENTER{
3                 fun RIGHT(  a:Int){
4                         //comment
5                         //comment
6                         ChangeMe
7                 }
8         }