1 // CS0411: The type arguments for method `C.Foo<T>(out T)' cannot be inferred from the usage. Try specifying the type arguments explicitly
3 // Compiler options: -langversion:experimental
7 public static void Main ()
12 static void Foo
<T
> (out T t
)