Files
kotlin/plugins/uast-kotlin/testData/Simple.kt

7 lines
109 B
Kotlin
Vendored

class Simple {
fun method() {
println("Hello, world!")
}
val property: String = "Mary"
}