Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
contextParameters
/
trailingCommaForbidden.kt
blob: 900ccf2ed334fc58dae48acfe30d32a917b83323 [
file
]
// COMPILATION_ERRORS
context
(
s
:
String
,,)
fun foo
()
{}
context
(
s
:
String
,,
)
fun foo
()
{}
context
(
s
:
String
,,
)
fun foo
()
{}
context
(,)
fun foo
()
{}
context
(,
s
:
String
)
fun foo
()
{}