Fix null Java type argument problem & add relevant test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class Some implements Strange {
|
||||
public Object foo() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user