Files
kotlin-fork/compiler/testData/diagnostics/testsWithExplicitApi/mustBeEffectivelyPublic.kt
T
2019-11-06 19:54:00 +03:00

3 lines
41 B
Kotlin
Vendored

private class Foo {
fun method() {}
}