// IS_APPLICABLE: false fun doSomething(a: T) {} fun main() { for (i in 1..10) { doSomething("Hello World") } }