From 8fffa5ae943a4e9624186b923958e403d76ef866 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 29 May 2015 12:23:21 -0400 Subject: [PATCH] lib/standard: remove the only `attr-in-refinement` warning Signed-off-by: Jean Privat --- lib/standard/string.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/standard/string.nit b/lib/standard/string.nit index 61af948..6af3693 100644 --- a/lib/standard/string.nit +++ b/lib/standard/string.nit @@ -2452,7 +2452,7 @@ extern class NativeString `{ char* `} end redef class Sys - private var args_cache: nullable Sequence[String] + private var args_cache: nullable Sequence[String] = null # The arguments of the program as given by the OS fun program_args: Sequence[String] -- 1.7.9.5