// IS_APPLICABLE: false fun doSomething(a: T) {} fun main() { val c = 500 doSomething("Today is Friday") }