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

5 lines
113 B
Kotlin

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