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 c8cd7a6 commit 741b71aCopy full SHA for 741b71a
test/Interpreter/keypath.swift
@@ -6,33 +6,33 @@ class MyLabel {
6
}
7
8
class Controller {
9
-
+
10
fileprivate let label = MyLabel()
11
fileprivate var secondLabel: MyLabel? = MyLabel()
12
public var thirdLabel: MyLabel? = MyLabel()
13
14
- subscript(string: String) -> String {
15
- get {
16
- ""
17
- }
18
- set {
19
20
+ subscript(string: String) -> String {
+ get {
+ ""
21
22
23
- subscript(int int: Int, str str: String, otherInt: Int) -> Int {
24
25
- 0
26
27
28
29
+ set {
30
31
+ }
+ subscript(int int: Int, str str: String, otherInt: Int) -> Int {
+ 0
32
33
34
struct S {
35
- var a: Int
+ var a: Int
36
37
38
struct Container<V> {
0 commit comments