mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
remove unnecessary test data
GitOrigin-RevId: 8dfc0eca12d06026ff2f81bc70cd59edc4a3603e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6ad2b9431f
commit
0c4fbaeaa2
@@ -1,8 +0,0 @@
|
||||
// "Implement methods" "true"
|
||||
interface Card {
|
||||
void play();
|
||||
}
|
||||
|
||||
enum E implements Card {
|
||||
A{}, B<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user