Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
nonLocalDeclarationAnchors
/
classWithMembers.kt
blob: 9e1ed549da9937e48a7ba0b323dd372d4839963a [
file
]
package
one
class
A constructor
(
a
:
Int
)
{
fun boo
()
{
fun bar
()
{
}
}
val i
:
Int
=
42
init
{
fun foo
()
{
}
}
}