Files
swift-mirror/validation-test/compiler_crashers_2_fixed/Inputs/0178-rdar-45060773-other.swift
Doug Gregor 59543a10da [Type checker] Only "use" bridging conformances when there is a type checker.
Works around rdar://problem/45047761 and rdar://problem/45058722.
2018-10-08 09:55:41 -07:00

9 lines
101 B
Swift

import Foundation
class MyCls: NSObject {
}
extension MyCls {
@objc func something(_: Bool) {}
}