mirror of https://github.com/Wilfred/difftastic/
fix: fun decl vs value decl
parent
4357486c98
commit
03b3cfd077
@ -1 +1,9 @@
|
||||
let disposables = new Disposables.CompositeDisposable()
|
||||
namespace Bad
|
||||
|
||||
type A() =
|
||||
member this.Curried (x: int) (y: int) = x + y
|
||||
|
||||
module Program =
|
||||
|
||||
[<EntryPoint>]
|
||||
let main args = ()
|
||||
|
||||
Loading…
Reference in New Issue