blob: 4239b0ffc2c73a2c4dfbd73c6a64e2b73218c3d1 [file]
// FIR_IDENTICAL
// !DIAGNOSTICS: -UNUSED_PARAMETER
<!SYNCHRONIZED_ON_INLINE!>@Synchronized<!>
inline fun foo(f: () -> Unit): Unit = f()
var bar: String
<!SYNCHRONIZED_ON_INLINE!>@Synchronized<!>
inline get() = ""
<!SYNCHRONIZED_ON_INLINE!>@Synchronized<!>
inline set(value) {}
inline var baz: String
<!SYNCHRONIZED_ON_INLINE!>@Synchronized<!>
get() = ""
<!SYNCHRONIZED_ON_INLINE!>@Synchronized<!>
set(value) {}