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