Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
defaultArguments
/
reflection
/
publicInnerClass.kt
blob: a8bb9facf1d2a90c32dcce481be0ad1966d2aef4 [
file
] [
log
] [
blame
]
class
A
{
public
inner
class
Foo
(
val a
:
Int
=
1
)
{}
fun foo
()
{
Foo
()
}
}
// CLASS: A$Foo
// HAS_DEFAULT_CONSTRUCTOR: false