Files
kotlin-fork/compiler/testData/diagnostics/testsWithExplicitApi/publishedApi.kt
T
2020-09-21 17:03:06 +03:00

7 lines
134 B
Kotlin
Vendored

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