f9d61f2dc7
#KT-18563 Fixed
11 lines
266 B
Kotlin
Vendored
11 lines
266 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
class MyClass {
|
|
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
|
@kotlin.internal.InlineOnly
|
|
inline fun test(s: String) {}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, test
|
|
// FLAGS: ACC_PRIVATE, ACC_FINAL
|