Files
kotlin-fork/plugins/allopen/testData/bytecodeListing/noAllOpen.kt
T

4 lines
60 B
Kotlin
Vendored

class Test {
val prop: String = ""
fun method() {}
}