Files
kotlin-fork/plugins/atomicfu/atomicfu-compiler/testData/box/ReentrantLockTest.txt
T
mvicsokolova 8053746ae0 kotlinx.atomicfu JVM/IR compiler plugin support
Merge-request: KT-MR-6541
Merged-by: Maria Sokolova <maria.sokolova@jetbrains.com>
2022-06-26 07:17:06 +00:00

15 lines
499 B
Plaintext
Vendored

@kotlin.Metadata
public final class ReentrantLockFieldTest {
// source: 'ReentrantLockTest.kt'
private final @org.jetbrains.annotations.NotNull field lock: java.util.concurrent.locks.ReentrantLock
private field state: int
public method <init>(): void
public final method testLock(): void
}
@kotlin.Metadata
public final class ReentrantLockTestKt {
// source: 'ReentrantLockTest.kt'
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}