Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
removeInnerForClassInTrait.kt.after
blob: c81d95a1acaaa19105121f340924edc2e42a79a6 [
file
] [
log
] [
blame
]
// "Remove 'inner' modifier" "true"
interface
A
{
class
B
}