Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
openModifierInEnum.kt.after
blob: a786672f1ab052d126c6fc95acbcb87f0c5ab722 [
file
]
// "Make 'A' not open" "true"
<caret>
enum
class
A
()
{
}