Move statement: don't move declarations above package and import directives

This commit is contained in:
Toshiaki Kameyama
2019-07-18 13:15:10 +09:00
committed by Natalia Selezneva
parent 742c3a228a
commit bfa6c7d399
6 changed files with 41 additions and 2 deletions
@@ -0,0 +1,5 @@
// MOVE: up
// IS_APPLICABLE: false
import foo.Bar
<caret>class A