Skip to content

Commit 408b911

Browse files
committed
update metamodel
1 parent e29e6be commit 408b911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/src/model/metamodel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ export class Example {
287287
external_value?: string
288288
/** An array of alternatives for this example in other languages */
289289
alternatives?: ExampleAlternative[]
290+
/** An array of alternatives for this example specifically for java */
291+
alternative_java?: ExampleAlternative
290292
}
291293

292294
/**

0 commit comments

Comments
 (0)