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 83399f9 commit 68950d6Copy full SHA for 68950d6
test/IRGen/dynamic_self_cast.swift
@@ -35,7 +35,7 @@ public class SelfCasts {
35
}
36
37
// CHECK-LABEL: define {{(dllexport )?}}{{(protected )?}}swiftcc ptr @"$s17dynamic_self_cast9SelfCastsC016classGenericFromD0xyRlzClFZ"(ptr %T, ptr swiftself %0)
38
- // CHECK: call ptr @swift_dynamicCastUnknownClassUnconditional(ptr {{%.*}}, ptr %T, ptr null, i32 0, i32 0) #4
+ // CHECK: call ptr @swift_dynamicCastUnknownClassUnconditional(ptr {{%.*}}, ptr %T, ptr null, i32 0, i32 0)
39
// CHECK: ret
40
public static func classGenericFromSelf<T : AnyObject>() -> T {
41
let s = Self()
0 commit comments