We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6346f4 commit 39f392cCopy full SHA for 39f392c
validation-test/Serialization/SR4211.swift
@@ -0,0 +1,13 @@
1
+// RUN: %target-build-swift -emit-module %s
2
+
3
+// REQUIRES: objc_interop
4
+import Foundation
5
6
+/// Set of notifications that can be sent by this manager
7
+extension Notification.Name {
8
+ /// Notifications that can be posted by the BLE code.
9
+ class BLE {
10
+ /// A notification posted when a new device has been discovered while scanning.
11
+ static var discoveredDevice = Notification.Name("my_unique_notification name")
12
+ }
13
+}
0 commit comments