Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5fa31c736f597c282415d464813f1cb1604c975b
/
.
/
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
()
}