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