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