Files
kotlin-fork/compiler/testData/diagnostics/tests/testsWithExplicitApi/publishedApi.fir.kt
T

7 lines
92 B
Kotlin
Vendored

// SKIP_TXT
// WITH_RUNTIME
public class A {
@PublishedApi
internal fun foo() = 1
}