Files
kotlin-fork/plugins/uast-kotlin/testData/Simple.render.txt
T
2018-01-12 13:52:54 +03:00

9 lines
323 B
Plaintext
Vendored

public final class Simple {
@org.jetbrains.annotations.NotNull private final var property: java.lang.String = "Mary"
public final fun method() : void {
println("Hello, world!")
}
public final fun getProperty() : java.lang.String = UastEmptyExpression
public fun Simple() = UastEmptyExpression
}