fun doSomething(a: T) {} fun foo(p: Int) { if (0 < p /* > 0 */) { if (p < 100 /* not too much */) { doSomething("test") } } }