You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class TestClass<T> {
public static class TestNestedClass {
public T getThing();
}
}
results in:
Error GV7: Class T is not allowed. Allowed packages: test.*.
in method public T getThing()
in public class TestClass.TestNestedClass
in package test
at line api.txt:16:0
The text was updated successfully, but these errors were encountered:
e.g. something like
results in:
The text was updated successfully, but these errors were encountered: