mirror of
https://github.com/github/codeql.git
synced 2026-03-30 04:08:16 +02:00
Prior to Kotlin 1.7 the gratuitous `?` was ignored for typing purposes; now it yields a `String?`. We should make the test work everywhere by using a real nullable type.