Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
defaultArguments
/
noSyntheticParameters.kt
blob: 33750a9543e775c2a712321a56bef16b66e05461 [
file
]
// FILE: Foo.kt
fun foo
(
param
:
String
=
"123"
)
{}
// 1 LOCALVARIABLE param
// 1 LOCALVARIABLE