mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-27 22:18:02 +00:00
add toString to TypedProgram
This commit is contained in:
parent
849ca1257b
commit
7d8e787668
@ -73,4 +73,12 @@ public class TypedProgram {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TypedProgram{" +
|
||||
"typedClasses=" + typedClasses +
|
||||
", currentClass=" + currentClass +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user