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 97942ee..57ace7c 100644 --- a/tests/base_types_nullable_formal_and_virtual.nit +++ b/tests/base_types_nullable_formal_and_virtual.nit @@ -11,9 +11,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - import end - +interface Object end +enum Bool end class A type T: A var t: T = self