mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
KTIJ-36178 GitOrigin-RevId: bd79b99c516106b65749df254539c4058b3f3055
7 lines
85 B
Kotlin
7 lines
85 B
Kotlin
object NoLockRequirements {
|
|
fun testMethod() {
|
|
val x = 67
|
|
println(x)
|
|
}
|
|
}
|