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