Move InlineOnly to kotlin.internal package
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@kotlin.jvm.internal.InlineOnly
|
||||
@kotlin.internal.InlineOnly
|
||||
inline fun foo() { }
|
||||
|
||||
inline fun <T> bar() { }
|
||||
@@ -8,7 +8,7 @@ inline fun <U, reified V> baz() {}
|
||||
|
||||
class Foo {
|
||||
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@kotlin.jvm.internal.InlineOnly
|
||||
@kotlin.internal.InlineOnly
|
||||
inline fun foo() { }
|
||||
|
||||
inline fun <T> bar() { }
|
||||
|
||||
Reference in New Issue
Block a user