Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
implementAsConstructorParameter
/
inEnumClass.kt
blob: a8d295108ad5beea59a8439569fc032f3548920e [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// DISABLE-ERRORS
enum
class
E
{
A
,
B
,
C
;
abstract
val
<caret>
foo
:
Int
}