26 lines
232 B
Kotlin
26 lines
232 B
Kotlin
fun main(args: Array<String>) {
|
|
if (true) // tricky comment
|
|
{
|
|
}
|
|
|
|
if (true) //tricky comment
|
|
|
|
{
|
|
}
|
|
|
|
if (true) {
|
|
|
|
} else
|
|
// 1
|
|
|
|
/*2*/
|
|
|
|
|
|
|
|
/*3*/
|
|
{
|
|
}
|
|
|
|
}
|
|
|
|
// SET_FALSE: LBRACE_ON_NEXT_LINE |