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