From 655689c4e1a392ed76aa5d01ba821ce825aea352 Mon Sep 17 00:00:00 2001 From: philippus Date: Fri, 25 Apr 2025 16:43:30 +0200 Subject: [PATCH] Remove nullary-override compiler option --- _data/compiler-options.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_data/compiler-options.yml b/_data/compiler-options.yml index a034586c42..f4cced5028 100644 --- a/_data/compiler-options.yml +++ b/_data/compiler-options.yml @@ -379,8 +379,6 @@ description: "Warn when nullary methods return Unit." - choice: "inaccessible" description: "Warn about inaccessible types in method signatures." - - choice: "nullary-override" - description: "Warn when non-nullary `def f()` overrides nullary `def f`." - choice: "infer-any" description: "Warn when a type argument is inferred to be `Any`." - choice: "missing-interpolator" @@ -1135,8 +1133,6 @@ description: "Warn when nullary methods return Unit." - choice: "inaccessible" description: "Warn about inaccessible types in method signatures." - - choice: "nullary-override" - description: "Warn when non-nullary `def f()` overrides nullary `def f`." - choice: "infer-any" description: "Warn when a type argument is inferred to be `Any`." - choice: "missing-interpolator"