7 lines
181 B
Kotlin
Vendored
7 lines
181 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
package a.b
|
|
|
|
@kotlin.internal.<error descr="[INVISIBLE_REFERENCE] Symbol kotlin/internal/InlineOnly.InlineOnly is invisible">InlineOnly</error>
|
|
inline fun foo() {}
|