Skip to content

Commit 655689c

Browse files
committed
Remove nullary-override compiler option
1 parent 4cace3b commit 655689c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_data/compiler-options.yml

-4
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@
379379
description: "Warn when nullary methods return Unit."
380380
- choice: "inaccessible"
381381
description: "Warn about inaccessible types in method signatures."
382-
- choice: "nullary-override"
383-
description: "Warn when non-nullary `def f()` overrides nullary `def f`."
384382
- choice: "infer-any"
385383
description: "Warn when a type argument is inferred to be `Any`."
386384
- choice: "missing-interpolator"
@@ -1135,8 +1133,6 @@
11351133
description: "Warn when nullary methods return Unit."
11361134
- choice: "inaccessible"
11371135
description: "Warn about inaccessible types in method signatures."
1138-
- choice: "nullary-override"
1139-
description: "Warn when non-nullary `def f()` overrides nullary `def f`."
11401136
- choice: "infer-any"
11411137
description: "Warn when a type argument is inferred to be `Any`."
11421138
- choice: "missing-interpolator"

0 commit comments

Comments
 (0)