Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
ParameterAnnotationWrap.kt
blob: 6c4fc30e99b62ac04af17483e78d42570eec4559 [
file
] [
log
] [
blame
]
fun foo
(
@Deprecated
(
"x"
)
x
:
Int
,
@Deprecated
(
"y"
)
@Deprecated
(
"z"
)
y
:
Int
)
// SET_INT: PARAMETER_ANNOTATION_WRAP = 2