10 lines
239 B
Plaintext
Vendored
10 lines
239 B
Plaintext
Vendored
/* begin comment at LEVEL 0
|
|
/*
|
|
multiline nested comment LEVEL 1
|
|
*/
|
|
println("on kotlin this is a commented code in comment LEVEL 0")
|
|
/*
|
|
another multiline nested comment LEVEL 1
|
|
*/
|
|
end comment at LEVEL 0 */
|