Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
codegen
/
defaultArguments
/
reflection
/
classInObject.kt
blob: 9ff99a9e70a17381f610fda633180f17fa6abb96 [
file
]
object
o
{
class
Foo
(
val a
:
Int
=
1
)
{}
}
// CLASS: o$Foo
// HAS_DEFAULT_CONSTRUCTOR: true