Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b7f6d40b562cc05b0c88d1051ff42fe8a146ea5
/
.
/
compiler
/
testData
/
cli
/
jvm
/
explicitContextArguments.kt
blob: e66f393e081e3145e0c99e23f8dd48318a2a1fe7 [
file
]
context
(
s
:
String
)
fun foo
()
{}
fun bar
()
{
foo
(
s
=
""
)
}