Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
OnWhenEntryCondition.kt
blob: e17ff7b4d316e5af734c2b3f547dd75dc5a633cb [
file
]
fun foo
()
{
when
(
x
)
{
is
<caret>
Foo
->
{
}
}
}