mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: Address review comments.
This commit is contained in:
@@ -2,6 +2,9 @@ package p;
|
||||
|
||||
class MultipleImpl2 {
|
||||
|
||||
// Multiple implementations of the same interface.
|
||||
// This is used to test that we only generate a summary model and
|
||||
// not neutral summary model for `IInterface.m`.
|
||||
public interface IInterface {
|
||||
Object m(Object value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user