Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a94a6dc085d3d1f1010ea8bbc9d8754c3aa02b35
/
.
/
plugins
/
plugin-sandbox
/
testData
/
box
/
generatedFunctionWithDefaultParameter.kt
blob: ea67adbae136fc2b89d1e4b401a513eaadbe26c2 [
file
]
// DUMP_IR
package
foo
annotation
class
MyAnnotation
@MyAnnotation
class
Foo
fun box
():
String
{
val foo
=
Foo
()
return
foo
.
idWithDefault
()
}