Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
PublishedApi.kt
blob: 0eaff1170ae783cdc8a21fe9f8dc48bf2782ff31 [
file
]
// A
class
A
{
inline
fun test
()
{
{
`access$test`
(
1
)
}()
}
@PublishedApi
internal
fun
`access$test`
(
p
:
Int
)
=
p
}