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 39110ec commit 1b1f25dCopy full SHA for 1b1f25d
test/TBD/objc-entry-point.swift
@@ -7,7 +7,7 @@ import AppKit
7
// Globals in non-script mode files that still have entry points
8
// (via NSApplicationMain) _do_ have lazy initializers. Ensure the symbols are
9
// present in the TBD.
10
-public let globalConstantWithLazyInitializer: String = "hello, world"
+let globalConstantWithLazyInitializer: String = "hello, world"
11
12
@NSApplicationMain
13
class MyDelegate: NSObject, NSApplicationDelegate {
0 commit comments