Skip to content

Commit

Permalink
Merge pull request #94 from retsyo/patch-2
Browse files Browse the repository at this point in the history
Update usage_demo2.nim
  • Loading branch information
khchen authored Jul 19, 2024
2 parents f9a04e7 + a0e45f9 commit 71dc4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/clr/usage_demo2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ proc print(msg: string) =

var mscor = load("mscorlib")
var BindingFlags = mscor.GetType("System.Reflection.BindingFlags")
var Array = mscor.GetType("System.Array")

var res = compile(code)
if res.Errors.Count != 0:
Expand Down

0 comments on commit 71dc4f0

Please sign in to comment.