mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Dataflow: review fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
private newtype TUnit = TMkUnit()
|
||||
|
||||
/** The trivial type with a single element. */
|
||||
class Unit extends TUnit {
|
||||
final class Unit extends TUnit {
|
||||
/** Gets a textual representation of this element. */
|
||||
string toString() { result = "unit" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user