cecilifier icon indicating copy to clipboard operation
cecilifier copied to clipboard

Forward reference to types in type parameters assumes that the referenced type is external

Open adrianoc opened this issue 3 years ago • 0 comments

class Foo<T>
{
    void M(Foo<Bar> a) { }
}

class Bar { }

adrianoc avatar Sep 17 '22 10:09 adrianoc