misc/vim: inform the user when no results are found
[nit.git] / tests / base_isa_formal_type.nit
index 855298f..abbf631 100644 (file)
@@ -15,7 +15,7 @@
 import kernel
 
 class A[T]
-       type U: Object
+       type U: nullable Object
        fun testT(o: Object): Bool do return o isa T
        fun testU(o: Object): Bool do return o isa U