Skip to content

Commit d9491d0

Browse files
committed
Add repl unicode characters test
1 parent 5d90071 commit d9491d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scala> type →
2+
3+
scala> def bar: → = ???
4+
def bar: →
5+
6+
scala> type `🤪`
7+
8+
scala> def baz: `🤪` = ???
9+
def baz: 🤪

0 commit comments

Comments
 (0)