Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/accessPrivateMembers/foo.kt
T

9 lines
74 B
Kotlin
Vendored

package test
private class Foo
private fun foo() {
}
private val c = 1