Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
mjtest-tests
Commits
1e163788
Commit
1e163788
authored
Nov 05, 2021
by
Tobias Knorr
Browse files
fiex errors of test
parent
44d1055c
Changes
2
Hide whitespace changes
Inline
Side-by-side
syntax/DerCompilerMain.valid.mj
View file @
1e163788
public
class DerCompiler {
class DerCompiler {
public static void main(String[] args){
CommandLineBuilder clb = new CommandLineBuilder();
...
...
syntax/MultipleReturnStatements.valid.mj
View file @
1e163788
...
...
@@ -11,7 +11,7 @@ class PrivateMember {
class irgendwas{
public static
int
fib(Integer i){
public static
void
fib(Integer i){
return fib(1);
return fib(test);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment