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 1205c9d commit 1af0a40Copy full SHA for 1af0a40
test/codeedges.jl
@@ -44,11 +44,9 @@ function allmissing(mod::Module, names)
44
return true
45
end
46
47
-module ModEval
48
-end
+module ModEval end
49
50
-module ModSelective
51
+module ModSelective end
52
53
@testset "CodeEdges" begin
54
ex = quote
@@ -273,7 +271,6 @@ end
273
271
274
272
struct MyNewType
275
x::Int
276
-
277
MyNewType(y::Int) = new(y)
278
279
@@ -312,7 +309,6 @@ end
312
309
thk = Meta.lower(Main, quote
313
310
mutable struct A
314
311
315
316
A(x) = new(f(x))
317
f(x) = x^2
318
0 commit comments