aboutsummaryrefslogtreecommitdiff
path: root/test/playground.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/playground.kt')
-rw-r--r--test/playground.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/playground.kt b/test/playground.kt
index 136995d1..80992fbd 100644
--- a/test/playground.kt
+++ b/test/playground.kt
@@ -14,6 +14,9 @@ var topLevelVariable : String
set(value) {
}
+/**
+ * This is a class
+ */
class Class {
fun memberFunction() {
}