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 68b6c7e commit 6294a77Copy full SHA for 6294a77
test/SILOptimizer/package-cmo-skip-internal.swift
@@ -25,7 +25,7 @@ let x = useInternal(Base())
25
26
/// Since Base is not serialized, accessing its field should go
27
/// through `class_method`.
28
-// CHECK-MAIN: class_method %13 : $Base, #Base.baseVarPkg!getter : (Base) -> () -> Int, $@convention(method) (@guaranteed Base) -> Int
+// CHECK-MAIN: class_method {{.*}} : $Base, #Base.baseVarPkg!getter : (Base) -> () -> Int, $@convention(method) (@guaranteed Base) -> Int
29
let y = usePkg(Base())
30
31
/// Since PubKlass is serialized, can access its field directly.
0 commit comments