mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-13 22:05:27 +01:00
6 lines
76 B
Julia
6 lines
76 B
Julia
|
using Property(T)
|
||
|
using Base.Test
|
||
|
|
||
|
# write your own tests here
|
||
|
@test 1 == 2
|