mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
We never claimed to support anything < 1.5.0, and compiling with -language-version 1.4 fails as it's not meant to support sealed classes. If we build 1.4.32 with -language-version 1.5 using a 2.0 compiler, then the resulting plugin also fails.