Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
namelessObjectAsEnumMember.kt
blob: 9db3e776cd6611c1e2c47552e51046e8113c7e14 [
file
]
// COMPILATION_ERRORS
// test that inner keyword is not parsed as enum entry
public
enum
class
A
{
A
,
B
;
inner
object
}