fix test data (IDEA-CR-30316)

This commit is contained in:
Anna.Kozlova
2018-03-07 14:36:37 +01:00
parent 559282ea62
commit 99027d3bc5
2 changed files with 6 additions and 7 deletions
@@ -0,0 +1,6 @@
/**
* @see Foo#valueOf(String)
*/
enum Foo {
A, B, C
}