// WITH_RUNTIME class MyClass { fun foo() { val c = (2 + 3) c.div(2) c.div(c + 2 + c) + c.div(c) } }