Files
kotlin/compiler/testData/writeFlags/function/withDefaultArguments/inlineOnlyFunInClass.kt

11 lines
275 B
Kotlin
Vendored

class MyClass() {
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
@kotlin.internal.InlineOnly
inline fun test(s: String = "") {
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: MyClass, test$default
// FLAGS: ACC_STATIC, ACC_BRIDGE, ACC_SYNTHETIC