Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ChangeVisibilityModifierIntentionInternal
/
after.kt.template
blob: 900f2f3164b1f2466a2ebe7ea7d24d9146713ca0 [
file
]
class
C
{
<spot>
internal
</
spot
>
fun foo
()
{
}
}