1 2 3 4 5 6 7 8 9 10
Invalid Code public class Test<G> { } void main () { Test<string?> test = null; foreach (var t in test) { } }