diff options
Diffstat (limited to 'core/testdata/format/sinceKotlinWide.kt')
-rw-r--r-- | core/testdata/format/sinceKotlinWide.kt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/testdata/format/sinceKotlinWide.kt b/core/testdata/format/sinceKotlinWide.kt deleted file mode 100644 index fa1eb7de..00000000 --- a/core/testdata/format/sinceKotlinWide.kt +++ /dev/null @@ -1,11 +0,0 @@ -/** - * Useful - */ -@SinceKotlin("1.1") -class `Since1.1` - -/** - * Useful also - */ -@SinceKotlin("1.2") -class `Since1.2`
\ No newline at end of file |