X-Git-Url: http://nitlanguage.org diff --git a/tests/base_types_nullable_formal_and_virtual.nit b/tests/base_types_nullable_formal_and_virtual.nit index 536ad2b..57ace7c 100644 --- a/tests/base_types_nullable_formal_and_virtual.nit +++ b/tests/base_types_nullable_formal_and_virtual.nit @@ -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