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 2668b6f commit b9a484eCopy full SHA for b9a484e
compiler/src/model/metamodel.ts
@@ -287,6 +287,8 @@ export class Example {
287
external_value?: string
288
/** An array of alternatives for this example in other languages */
289
alternatives?: ExampleAlternative[]
290
+ /** An array of alternatives for this example specifically for java */
291
+ alternative_java?: ExampleAlternative
292
}
293
294
/**
0 commit comments