mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
this should be abstract
This commit is contained in:
@@ -66,7 +66,7 @@ class Ptrdiff_t extends Type {
|
||||
/**
|
||||
* A parent class representing C/C++ a typedef'd `UserType` such as `int8_t`.
|
||||
*/
|
||||
private class IntegralUnderlyingUserType extends UserType {
|
||||
private abstract class IntegralUnderlyingUserType extends UserType {
|
||||
IntegralUnderlyingUserType() { this.getUnderlyingType() instanceof IntegralType }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user