diff options
Diffstat (limited to 'test/data/format/htmlEscaping.kt')
-rw-r--r-- | test/data/format/htmlEscaping.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/format/htmlEscaping.kt b/test/data/format/htmlEscaping.kt new file mode 100644 index 00000000..8778d8a5 --- /dev/null +++ b/test/data/format/htmlEscaping.kt @@ -0,0 +1,4 @@ +/** + * Special characters: < is "less than", > is "greater than", & is "ampersand" + */ +fun x<T>(): T? = null |