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 78fcd68 commit cc2cad5Copy full SHA for cc2cad5
src/SDK/Language/Dart.php
@@ -103,8 +103,7 @@ public function getKeywords(): array
103
"yield",
104
"required",
105
"extension",
106
- "late",
107
- "path"
+ "late"
108
];
109
}
110
src/SDK/Language/Kotlin.php
@@ -86,8 +86,7 @@ public function getKeywords(): array
86
"vararg",
87
"when",
88
"where",
89
- "while",
90
+ "while"
91
92
93
src/SDK/Language/Swift.php
"set",
"unowned",
"weak",
- "willSet",
+ "willSet"
0 commit comments