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 647ccdf commit 24f7304Copy full SHA for 24f7304
test/IDE/reconstruct_type_from_mangled_name.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-swift-ide-test -reconstruct-type -source-filename %s | %FileCheck %s -implicit-check-not="FAILURE"
2
+// XFAIL: *
3
4
struct Mystruct1 {
5
// CHECK: decl: struct Mystruct1
@@ -64,7 +65,7 @@ class Myclass2 {
64
65
66
arr1.append(1)
67
// FIXME: missing append()
-// CHECK: dref: FAILURE for 'append' usr=s:Sa6appendyyxF
68
+// CHECK: dref: FAILURE for 'append' usr=s:Sa6appendyyxnF
69
// CHECK: type: (inout Array<Int>) -> (Int) -> ()
70
71
var arr2 : [Mystruct1]
0 commit comments