Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
defaultArguments
/
reflection
/
classInClassObject.kt
blob: 991dffb89a101c4e7e373193e88bf17f4af8762f [
file
] [
log
] [
blame
]
class
A
{
companion
object
{
class
Foo
(
val a
:
Int
=
1
)
{}
}
}
// CLASS: A$Companion$Foo
// HAS_DEFAULT_CONSTRUCTOR: true