Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f9ad0c0bf79eab445d91c2baa5ab471640e811f
/
.
/
analysis
/
low-level-api-fir
/
testData
/
nonLocalDeclarationAnchors
/
classWithMembersScript.kts
blob: 17c23cab2dee784c93ee0dc02f93dd3959ddc317 [
file
]
class
A constructor
(
a
:
Int
)
{
fun boo
()
{
fun bar
()
{
}
}
val i
:
Int
=
42
init
{
fun foo
()
{
}
}
}