We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d438c2 commit 60afba4Copy full SHA for 60afba4
InteropTests/Tests/DeprecationTests.swift
@@ -12,6 +12,6 @@ class DeprecationTests: XCTestCase {
12
_ = try (nil as IDeprecatedInterface?)?.property
13
try (nil as IDeprecatedInterface?)?.method()
14
try (nil as IDeprecatedInterface?)?.event {}
15
- DeprecatedClass(42).method()
+ try DeprecatedClass(42).method()
16
}
17
0 commit comments