Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
handlers
/
NestedLocalClassCompletion.kt
blob: f90070167b1235ff25fc648c36f7c3a77223cf66 [
file
] [
log
] [
blame
]
fun foo
()
{
class
LocalClass
{
inner
class
Nested
{}
val v
:
<caret>
}
}