mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01: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.