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