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