Skip to content

Commit 180dd2b

Browse files
committed
[IDE] Add test cases for compiler crashes fixed by reverting 9d3c8ca
1 parent 8f16139 commit 180dd2b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=COMPLETE
2+
3+
.undefined() #^COMPLETE^#
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=COMPLETE
2+
3+
0odd.foo.bar #^COMPLETE^#

0 commit comments

Comments
 (0)