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