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