mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
// RUN: not %target-sil-opt %s
|
|
{
|
|
()AnyObject
|
|
.n
|
|
}
|
|
import Swift
|
|
class b{@objc func a(c)
|