diff options
Diffstat (limited to 'core/testdata/format/brokenLink.kt')
-rw-r--r-- | core/testdata/format/brokenLink.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/testdata/format/brokenLink.kt b/core/testdata/format/brokenLink.kt new file mode 100644 index 00000000..268a986e --- /dev/null +++ b/core/testdata/format/brokenLink.kt @@ -0,0 +1,4 @@ +/** + * This references [noSuchIdentifier]. + */ +fun f() { } |