```swift class C {} struct S { static let c = C() } ``` これでエラーになるけど、 `static let` はそもそも変換の範疇にないので、 `C` が出てきても無視してほしい。