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