summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/facade.render.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/facade.render.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/facade.render.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/facade.render.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/facade.render.txt
index ceefb3941ddb..cc6aebc0255a 100644
--- a/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/facade.render.txt
+++ b/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/facade.render.txt
@@ -9,4 +9,14 @@ public final class Utils {
public static final fun buzz(@org.jetbrains.annotations.NotNull $this$buzz: java.lang.String) : java.lang.String {
return this + "... zzz..."
}
+ public static final fun getBoo() : int = UastEmptyExpression
+ public static final fun getBar() : int {
+ return field
+ }
+ public static final fun getBaq() : int {
+ return field
+ }
+ public static final fun getBaz() : int {
+ return 42
+ }
} \ No newline at end of file