fixed bugs with anonymous classes and record classes

This commit is contained in:
2026-06-05 09:27:32 +08:00
parent 85ca793893
commit 65525fdd09
7 changed files with 85 additions and 5 deletions
@@ -39,6 +39,7 @@ test {
sourceSets["test"].resources.srcDirs
systemProperty("test.compilation.classpath",
String.join(File.pathSeparator, testCompilationClassPath.collect { it.toString() }))
jvmArgs('--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED')
}