6193987d0d
#KT-4175 In Progress
23 lines
226 B
Kotlin
Vendored
23 lines
226 B
Kotlin
Vendored
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 |