// IS_APPLICABLE: false fun doSomething(a: T) {} fun main(x: Int) { if (x !is Int) { doSomething("test") } }