Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
contextParameters
/
trailingComma.kt
blob: 346f12693a56ad165a4290c2500273481bb1fb4e [
file
]
context
(
s
:
String
,)
fun foo
()
{}
context
(
s
:
String
,
t
:
Int
,
)
fun foo
()
{}
context
(
s
:
String
,)
val foo
:
String
get
()
=
""
context
(
s
:
String
,
t
:
Int
,
)
val foo
:
String
get
()
=
""
// LANGUAGE: +ContextParameters