Files
kotlin-fork/nj2k/testData/newJ2k/comments/fieldWithEndOfLineComment.kt
T
2019-04-03 11:24:19 +03:00

3 lines
86 B
Kotlin
Vendored

internal class A {
private val isOpen = true // ideally should be atomic boolean
}