Files
kotlin/idea/testData/structureView/fileStructure/Simple.kt
2014-05-30 00:04:03 +04:00

5 lines
113 B
Kotlin
Vendored

class Test(val str: String) {
private val some = 1
protected fun foo() = some
public fun other() {}
}