fun doSomething(a: T) {} fun foo() { if (true) { // val a = 1 // var b = 1 doSomething("test") } }