We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bb118 commit 4ff557eCopy full SHA for 4ff557e
src/language/validation/safe-ds-validator.ts
@@ -90,7 +90,7 @@ import {
90
} from './other/declarations/annotationCalls.js';
91
import {
92
memberAccessMustBeNullSafeIfReceiverIsNullable,
93
- memberAccessOfEnumVariantMustNotLackInstantiation
+ memberAccessOfEnumVariantMustNotLackInstantiation,
94
} from './other/expressions/memberAccesses.js';
95
import { importPackageMustExist, importPackageShouldNotBeEmpty } from './other/imports.js';
96
import { singleUseAnnotationsMustNotBeRepeated } from './builtins/repeatable.js';
0 commit comments