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