8 lines
83 B
Kotlin
Vendored
8 lines
83 B
Kotlin
Vendored
class A {
|
|
Synchronized fun foo() {
|
|
bar()
|
|
}
|
|
|
|
fun bar() {
|
|
}
|
|
} |