blob: 3fe9615202ebd2740c47452e7b183e0025611b11 [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) {}