aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/deprecated.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/deprecated.kt')
-rw-r--r--test/data/format/deprecated.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/format/deprecated.kt b/test/data/format/deprecated.kt
new file mode 100644
index 00000000..9ee2c1d6
--- /dev/null
+++ b/test/data/format/deprecated.kt
@@ -0,0 +1,5 @@
+deprecated("This class sucks") class C() { }
+
+deprecated("This function sucks") fun f() { }
+
+deprecated("This property sucks") val p: Int get() = 0