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