12 lines
248 B
Kotlin
Vendored
12 lines
248 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
|
@kotlin.internal.InlineOnly
|
|
inline fun foo() { }
|
|
|
|
class Foo {
|
|
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
|
@kotlin.internal.InlineOnly
|
|
inline fun foo() { }
|
|
}
|