Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
testsWithExplicitApi
/
publishedApi.kt
blob: 88b7128327acf63f94d2414c5afdcc615c6af444 [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
// SKIP_TXT
// WITH_STDLIB
public
class
A
{
@PublishedApi
internal
fun
<!
NO_EXPLICIT_RETURN_TYPE_IN_API_MODE
!>
foo
<!>()
=
1
}