Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
moveUpDown
/
parametersAndArguments
/
funParams9.kt
blob: dd861034ac9073f953b1a980e868974935fd0e63 [
file
]
// MOVE: up
// IS_APPLICABLE: false
fun test
(
x
:
String
,
<caret>
y
:
Int
)
{
}