explicit types to diamonds
This commit is contained in:
@@ -41,7 +41,7 @@ public abstract class InstructionSequence {
|
||||
protected ExceptionTable exceptionTable = ExceptionTable.EMPTY;
|
||||
|
||||
protected InstructionSequence() {
|
||||
this(new VBStyleCollection<Instruction, Integer>());
|
||||
this(new VBStyleCollection<>());
|
||||
}
|
||||
|
||||
protected InstructionSequence(VBStyleCollection<Instruction, Integer> collinstr) {
|
||||
|
||||
Reference in New Issue
Block a user