Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
ultraLightClasses
/
inlineOnly.kt
blob: 752896fd5a202c99a3f1d958be4e799bd80e32bb [
file
]
class
A
{
@Suppress
(
"INVISIBLE_REFERENCE"
,
"INVISIBLE_MEMBER"
)
@kotlin
.
internal
.
InlineOnly
inline
fun foo
()
{}
}