Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
whenExpression.kt.after
blob: e722dfdff51c0292f03eab79d9dfe2b520981877 [
file
]
fun foo
(
x
:
String
)
{
val y
=
when
(
x
)
{
->
{
}
else
->
{
}
}
}