// MOVE: up // MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover class A { fun foo( b: Int, c: Int a: Int, ) { } class B { } }