-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'eld' of https://github.com/dsyme/visualfsharp into eld
- Loading branch information
Showing
6 changed files
with
25 additions
and
80 deletions.
There are no files selected for viewing
11 changes: 8 additions & 3 deletions
11
tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/Program.fs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
// Learn more about F# at http://fsharp.org | ||
// See the 'F# Tutorial' project for more help. | ||
|
||
|
||
let private x : int = failwith "" | ||
|
||
let inline f () = x | ||
|
||
let f1 argv = | ||
let x = 1 + 1.0 | ||
let y = argx // this gives | ||
//let x = 1 + 1.0 | ||
let y = argx // this gives a multi-line error message | ||
printfn "%A" argv | ||
0 // return an integer exit code | ||
|
||
[<EntryPoint>] | ||
let main argv = | ||
//let x = 1 + 1.0 | ||
let y = argx // this gives | ||
//let y = argx // this gives | ||
printfn "%A" argv | ||
0 // return an integer exit code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters