// INTENTION_TEXT: Replace with '*' operator fun test() { class Test { fun times(a: Int): Test = Test() } val test = Test() test.times(1) }