lib/standard: remove the only `attr-in-refinement` warning
authorJean Privat <jean@pryen.org>
Fri, 29 May 2015 16:23:21 +0000 (12:23 -0400)
committerJean Privat <jean@pryen.org>
Fri, 29 May 2015 16:23:21 +0000 (12:23 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/standard/string.nit

index 61af948..6af3693 100644 (file)
@@ -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]