Files
kotlin-fork/j2k/tests/testData/ast/comments/fieldWithEndOfLineComment.kt
T

3 lines
77 B
Kotlin

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