blob: b68f4dd50e61937ef91f5ef4242956e2486b9c92 [file] [log] [blame]
fun <T> doSomething(a: T) {}
fun foo() {
if (true) doSomething("test")
}