mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Minor in JavaAgainstKotlinCheckerTest: improve test data for EnumAutoGeneratedMethods case
This commit is contained in:
@@ -2,7 +2,7 @@ package test;
|
||||
|
||||
class EnumAutoGeneratedMethods {
|
||||
void foo() {
|
||||
TestEnum.values();
|
||||
TestEnum[] vals = TestEnum.values();
|
||||
assert TestEnum.valueOf("first") == TestEnum.first;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user