Created
May 26, 2022 16:39
-
-
Save fifty-six/244440cc3d5b73a1ffe65874faefafd2 to your computer and use it in GitHub Desktop.
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
using System; | |
using System.Threading.Tasks; | |
using System.Linq; | |
Console.WriteLine("yeah true"); | |
class Keywords { | |
public unsafe dynamic select() { | |
var var = new int*[] {}; | |
var set = (IGrouping<int*[], IGrouping<int*[], object>>) null; | |
var async = new object[] { 1,2,3 }; | |
return from alias in async where | |
alias is int or not double orderby alias | |
group alias by var into partial | |
orderby partial descending | |
join get in set on partial equals get | |
select partial is float; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment