Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
kotlinAndJavaChecker
/
javaAgainstKotlin
/
EnumAutoGeneratedMethods.java
blob: 3bbcb1cb527afced866be851e6437d538c137fc6 [
file
]
package
test
;
class
EnumAutoGeneratedMethods
{
void
foo
()
{
TestEnum
[]
vals
=
TestEnum
.
values
();
assert
TestEnum
.
valueOf
(
"first"
)
==
TestEnum
.
first
;
}
}