Commit 5596d1a
Fix CI: replace LINQ extension test case with instance method; format IlxGen.fs
- Replace List<int>.First() (LINQ extension, fails on net472) with
List<int>.Contains(1) (instance method, works on all TFMs)
- Run fantomas on IlxGen.fs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 68fab52 commit 5596d1a
2 files changed
Lines changed: 3 additions & 7 deletions
File tree
- src/Compiler/CodeGen
- tests/FSharp.Compiler.ComponentTests/Language/Nullness
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8676 | 8676 | | |
8677 | 8677 | | |
8678 | 8678 | | |
8679 | | - | |
8680 | | - | |
8681 | | - | |
8682 | | - | |
8683 | | - | |
| 8679 | + | |
8684 | 8680 | | |
8685 | 8681 | | |
8686 | 8682 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2384 | 2384 | | |
2385 | 2385 | | |
2386 | 2386 | | |
2387 | | - | |
2388 | | - | |
| 2387 | + | |
| 2388 | + | |
2389 | 2389 | | |
2390 | 2390 | | |
2391 | 2391 | | |
| |||
0 commit comments