diff --git a/src/types/BuiltInInterfaceAdder.ts b/src/types/BuiltInInterfaceAdder.ts index 038c26f01..6720865f8 100644 --- a/src/types/BuiltInInterfaceAdder.ts +++ b/src/types/BuiltInInterfaceAdder.ts @@ -5,7 +5,7 @@ import type { TypedFunctionType } from './TypedFunctionType'; import type { SymbolTable } from '../SymbolTable'; import { SymbolTypeFlag } from '../SymbolTable'; import type { BscType } from './BscType'; -import { isArrayType, isAssociativeArrayType, isBooleanType, isCallableType, isClassType, isComponentType, isDoubleType, isEnumMemberType, isFloatType, isIntegerType, isInterfaceType, isInvalidType, isLongIntegerType, isStringType } from '../astUtils/reflection'; +import { isArrayType, isAssociativeArrayType, isBooleanType, isCallableType, isComponentType, isDoubleType, isEnumMemberType, isFloatType, isIntegerType, isInterfaceType, isInvalidType, isLongIntegerType, isStringType } from '../astUtils/reflection'; import type { ComponentType } from './ComponentType'; import util from '../util'; import type { UnionType } from './UnionType';