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 f3b6ff0 + b83e250 commit d08b2d5Copy full SHA for d08b2d5
validation-test/Sema/type_checker_perf/slow/rdar19737632.swift
@@ -5,6 +5,7 @@ let a = "a"
5
let b = "b"
6
let c = 42
7
let d = 0.0
8
+let e: Float = 1.0
9
-_ = "a=" + a + ";b=" + b + ";c=" + c + ";d=" + d
10
+_ = "a=" + a + ";b=" + b + ";c=" + c + ";d=" + d + ";e=" + e
11
// expected-error@-1 {{reasonable time}}
0 commit comments