fun doSomething(a: T) {} fun foo() { if (true) { //comment doSomething("test") } }