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.
2 parents 16f3387 + c8febe0 commit 4e55f43Copy full SHA for 4e55f43
test/IRGen/prespecialized-metadata/class-class-flags-run.swift
@@ -40,7 +40,7 @@ class Clazz<T> {
40
41
func doit() {
42
assertIsPrespecialized(Clazz<Int>.self, is: true)
43
- assertIsPrespecialized(clazzArgument: Int.self, is: true) // Clazz<Int> is prespecialized by the preceeding call
+ assertIsPrespecialized(clazzArgument: Int.self, is: true) // Clazz<Int> is prespecialized by the preceding call
44
45
assertIsPrespecialized(clazzArgument: Double.self, is: false) // Clazz<Double> is not prespecialized
46
}
0 commit comments