]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/kotlin-nested-fun
The seventh batch
[thirdparty/git.git] / t / t4018 / kotlin-nested-fun
1 class LEFT{
2 class CENTER{
3 fun RIGHT( a:Int){
4 //comment
5 //comment
6 ChangeMe
7 }
8 }
9 }