[mod-command] ModCreateFile; used in MoveAnnotationToPackageInfoFileFix; tests

GitOrigin-RevId: c894f03c5fdb035fda9662337563368d380cb5fe
This commit is contained in:
Tagir Valeev
2023-06-19 19:35:27 +02:00
committed by intellij-monorepo-bot
parent 451019313c
commit e58fae06c9
13 changed files with 220 additions and 75 deletions

View File

@@ -0,0 +1,6 @@
@<caret>Deprecated @Anno
package com.example;
import com.example.anno.Anno;
class Imports {}

View File

@@ -0,0 +1,2 @@
@<caret>Deprecated
package com.example;