Skip to content

Commit bfc6d11

Browse files
committed
tests: add reference files for julia@1.1.1
Some tests only run for older Julia versions, these reference files are thus only generated for the first time when run with an older julia version.
1 parent 3cf322f commit bfc6d11

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
```julia
3+
k_4(#temp#::String)
4+
k_4(#temp#::String, #temp#::Int64)
5+
6+
```
7+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
```julia
3+
k_5(#temp#::Type{T<:Number}, x::String) -> String
4+
k_5(
5+
#temp#::Type{T<:Number},
6+
x::String,
7+
func::Union{Nothing, Function}
8+
) -> String
9+
10+
```
11+

0 commit comments

Comments
 (0)