Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
10adcafbcfa5bc558256d8195a5eda63afa41c98
/
.
/
plugins
/
plugin-sandbox
/
testData
/
box
/
generatedFunctionWithDefaultParameter.kt
blob: 1523708dbdf8b70bc79b374fbeb02bc031689cab [
file
]
// IGNORE_NATIVE: mode=ONE_STAGE_MULTI_MODULE
// ^Reason: KT-82482
// DUMP_IR
package
foo
annotation
class
MyAnnotation
@MyAnnotation
class
Foo
fun box
():
String
{
val foo
=
Foo
()
return
foo
.
idWithDefault
()
}