Files
swift-mirror/test/SILGen/objc_deprecated_objc_thunks.swift
Doug Gregor 38fce28ac7 [SE-0160] Don't generate runtime warnings for deprecated @objc inference of 'dynamic'.
When a method is dynamic, we always call through the Objective-C
runtime, which leads to a huge number of false positives. Suppress the
runtime calls here.
2017-03-31 21:54:00 -07:00

2.4 KiB