Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
structureView
/
fileStructure
/
Simple.kt
blob: 024b9c3d0d861ba622d26ef20cd25ff5a3c284aa [
file
]
class
Test
(
val str
:
String
)
{
private
val some
=
1
protected
fun foo
()
=
some
public
fun other
()
{}
}