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