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