tests: declare Bool to base_types_nullable_formal_and_virtual
authorJean Privat <jean@pryen.org>
Fri, 7 Dec 2012 21:09:33 +0000 (16:09 -0500)
committerJean Privat <jean@pryen.org>
Fri, 7 Dec 2012 21:11:28 +0000 (16:11 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/base_types_nullable_formal_and_virtual.nit

index 536ad2b..57ace7c 100644 (file)
@@ -12,8 +12,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 import end
-interface Object
-end
+interface Object end
+enum Bool end
 class A
        type T: A
        var t: T = self