3c859caf2b
Move j2k/test/tests -> j2k/tests, j2k/test/testData -> j2k/testData
8 lines
83 B
Kotlin
Vendored
8 lines
83 B
Kotlin
Vendored
class A {
|
|
synchronized fun foo() {
|
|
bar()
|
|
}
|
|
|
|
fun bar() {
|
|
}
|
|
} |