🐛 Bug Report
Affected Languages
What's the problem
If you name a member finalize, Java no likey:
#STDOUT> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project assertions: Compilation failure
#STDOUT> [ERROR] /tmp/npm-packdZbR7U/_aws-cdk_assertions/src/main/java/software/amazon/awscdk/assertions/MatchResult.java:[55,93] finalize() in software.amazon.awscdk.assertions.MatchResult cannot override finalize() in java.lang.Object
🐛 Bug Report
Affected Languages
TypeScriptorJavascriptPythonJavaC#,F#, ...)GoWhat's the problem
If you name a member
finalize, Java no likey: