9 lines
74 B
Kotlin
Vendored
9 lines
74 B
Kotlin
Vendored
package test
|
|
|
|
private class Foo
|
|
|
|
private fun foo() {
|
|
|
|
}
|
|
|
|
private val c = 1 |