blob: 1740fca3a066be852afdefa357a2f9c0934ca231 [file] [log] [blame]
internal class A {
@Synchronized
fun foo() {
bar()
}
fun bar() {}
}