Skip to content

Commit 897777f

Browse files
authored
Merge pull request #4955 from practicalswift/sil-037-swift-sourcefile-lookupcache-lookupclassmembers
2 parents c4a6c05 + d5a9b73 commit 897777f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// RUN: not --crash %target-sil-opt %s
2+
// REQUIRES: asserts
3+
{
4+
()AnyObject
5+
.n
6+
}
7+
import Swift
8+
class b{@objc func a(c)

0 commit comments

Comments
 (0)