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