Files
kotlin/plugins/allopen/allopen-cli/testData/bytecodeListing/simple.kt
2016-12-09 20:01:07 +03:00

7 lines
95 B
Kotlin
Vendored

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