Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metadata on int leads to static compilation error #706

Open
SimonCockx opened this issue Dec 6, 2023 · 0 comments
Open

metadata on int leads to static compilation error #706

SimonCockx opened this issue Dec 6, 2023 · 0 comments
Labels
bug Something isn't working subject: code generation This issue is about code generation

Comments

@SimonCockx
Copy link
Contributor

The follow following Rosetta code leads to a static compilation error.

metaType reference string

type A:
    attribute int (1..1)
        [metadata reference]

Error:

A.java:137: error: ABuilderImpl is not abstract and does not override abstract method setAttributeValue(int) in ABuilder
	class ABuilderImpl implements A.ABuilder {
	^
A.java:169: error: method does not override or implement a method from a supertype
		@Override
		^
@SimonCockx SimonCockx added bug Something isn't working subject: code generation This issue is about code generation labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working subject: code generation This issue is about code generation
Projects
None yet
Development

No branches or pull requests

1 participant