fix test data (IDEA-CR-30316)

This commit is contained in:
Anna.Kozlova
2018-03-07 10:57:04 +01:00
parent 559282ea62
commit 99027d3bc5
2 changed files with 6 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
/**
* @see Foo#valueOf(String)
*/
enum Foo {
A, B, C
}