Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
WhenAddBlock.kt
blob: 4bca5fa11a027bfe0c74c40fd427a65f55e70287 [
file
] [
log
] [
blame
]
fun a
()
{
when
(
1
)
{
is
1
->
<selection>
2
</
selection
>
}
}