blob: 752896fd5a202c99a3f1d958be4e799bd80e32bb [file] [log] [blame]
class A {
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
@kotlin.internal.InlineOnly
inline fun foo() {}
}